 |
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.PostProcessingAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic float BlurStandardDeviation { get; set; }Property Value
Single
See Also