Click or drag to resize
AB4D logo

SimpleBlurPostProcess Properties

The SimpleBlurPostProcess type exposes the following members.

Properties
 NameDescription
Public propertyFilterWidth Gets or sets the width of the filter (how much pixels are used to calculate the average pixel color). Default value is 5.
Public propertyIsVerticalBlur 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.
Public propertyTextureSize Gets or sets the size of the texture.
Top
See Also