Gaussian |
public class GaussianBlurPostProcess : SeparableKernelPostProcess
The GaussianBlurPostProcess type exposes the following members.
Name | Description | |
---|---|---|
GaussianBlurPostProcess | Initializes a new instance of the GaussianBlurPostProcess class. |
Name | Description | |
---|---|---|
BlurRangeScale | Gets or sets a float that defines how much the range from where this blur read pixel colors is increased. Default value is 1. Bigger values increase the blur amount but can show artifacts because the values are read only from 4 directions (and not from all pixels around the center position). | |
BlurStandardDeviation | Gets or sets a standard deviation value that is used to calculate the gaussian values. Default value is 2. |