Click or drag to resize
DigitalRuneRadialBlurMaxBlurAmount Property
Gets or sets the range of texels that are blurred at MaxBlurRadius.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float MaxBlurAmount { 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