Click or drag to resize
DigitalRuneRadialBlurMaxBlurRadius Property
Gets or sets the radius in the range [0, 1] where the maximum blur is reached.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float MaxBlurRadius { get; set; }

Property Value

Type: Single
The max blur radius. The default value is 1.
Remarks
0 means full blur starts in the screen center. 1 means full blur is reached at screen border.
See Also