Simple |
The SimpleBlurPostProcess type exposes the following members.
Name | Description | |
---|---|---|
FilterWidth | Gets or sets the width of the filter (how much pixels are used to calculate the average pixel color). Default value is 5. | |
IsVerticalBlur | Gets or sets a boolean that specifies if vertical blur is applied. if false than horizontal blur is applied. Note that in order to get full blur two SimpleBlurPostProcess must be used - one with horizontal and one with vertical blur. | |
TextureSize | Gets or sets the size of the texture. |