Click or drag to resize
Ab4d.SharpEngine logo

GaussianBlurPostProcessBlurStandardDeviation Property

Gets or sets a standard deviation value that is used to calculate the gaussian values. Smaller values give more weight to the pixels around the center. Bigger values flatten the gaussian curve and give more weight to the pixels away from the center. Default value is 2.

Namespace: Ab4d.SharpEngine.PostProcessing
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public float BlurStandardDeviation { get; set; }

Property Value

Single

[Missing <value> documentation for "P:Ab4d.SharpEngine.PostProcessing.GaussianBlurPostProcess.BlurStandardDeviation"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.PostProcessing.GaussianBlurPostProcess.BlurStandardDeviation"]

See Also