Click or drag to resize
DigitalRuneGradientTextureSkyNodeCieSkyStrength Property
Gets or sets the strength of the CIE sky luminance distribution (see CieSkyParameters).

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float CieSkyStrength { get; set; }

Property Value

Type: Single
The strength of the CIE sky luminance distribution in the range [0, 1]. The default value is 0.
Remarks
If this value is 1, the original CIE sky luminance distribution is used (see CieSkyParameters). This makes only sense if the render pipeline uses HDR. For LDR the effect of the CIE sky luminance distribution should be lessened using lower values for CieSkyStrength. If CieSkyStrength is 0, then the CIE luminance distribution is not applied.
See Also