Click or drag to resize
DigitalRuneGodRayFilterWeight Property

Note: This API is now obsolete.

Gets or sets the weight of samples along the light ray.

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 Weight { get; set; }

Property Value

Type: Single
The weight of samples along the light ray. The default value is 0.5.
See Also