| RadialBlurMaxBlurRadius Property |
Gets or sets the radius in the range [0, 1] where the maximum blur is reached.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float MaxBlurRadius { get; set; }
Public Property MaxBlurRadius As Single
Get
Set
public:
property float MaxBlurRadius {
float get ();
void set (float value);
}
member MaxBlurRadius : float32 with get, set
Property Value
Type:
SingleThe 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