Click or drag to resize
DigitalRuneAmbientLightHdrScale Property
Gets or sets the HDR scale of the light.

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

Property Value

Type: Single
The HDR scale of the light. The default value is 1.
Remarks
The HdrScale is an additional intensity factor. The factor is applied to the Color and Intensity when high dynamic range lighting (HDR lighting) is enabled.
See Also