Click or drag to resize
DigitalRuneGodRayFilterDecay Property

Note: This API is now obsolete.

Gets or sets the decay factor.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: 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; }

Property Value

Type: Single
The 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