| RadialBlurMaxBlurAmount Property |
Gets or sets the range of texels that are blurred at
MaxBlurRadius.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float MaxBlurAmount { get; set; }
Public Property MaxBlurAmount As Single
Get
Set
public:
property float MaxBlurAmount {
float get ();
void set (float value);
}
member MaxBlurAmount : float32 with get, set
Property Value
Type:
Single
The range of texels that are blurred at
MaxBlurRadius relative to the viewport
size. The default value is 0.04 (= 4% of viewport size).
See Also