Click or drag to resize
AB4D logo

SimpleBlurPostProcessFilterWidth Property

Gets or sets the width of the filter (how much pixels are used to calculate the average pixel color). Default value is 5.

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public int FilterWidth { get; set; }

Property Value

Int32
The width of the filter.
See Also