Click or drag to resize
AB4D logo

GaussianBlurPostProcessBlurRangeScale Property

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).

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public float BlurRangeScale { get; set; }

Property Value

Single
See Also