 |
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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic 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