| GodRayFilterDecay Property |
Note: This API is now obsolete.
Gets or sets the decay factor.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax [ObsoleteAttribute("This property is not used anymore.")]
public float Decay { get; set; }
<ObsoleteAttribute("This property is not used anymore.")>
Public Property Decay As Single
Get
Set
public:
[ObsoleteAttribute(L"This property is not used anymore.")]
property float Decay {
float get ();
void set (float value);
}
[<ObsoleteAttribute("This property is not used anymore.")>]
member Decay : float32 with get, set
Property Value
Type:
SingleThe decay factor. The default value is 0.9.
Remarks
If this value is 1, all samples have equal weight. If this value is less than
1, samples further away from the current pixel will have less influence.
See Also