| AmbientLightHdrScale Property |
Gets or sets the HDR scale of the light.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float HdrScale { get; set; }
Public Property HdrScale As Single
Get
Set
public:
property float HdrScale {
float get ();
void set (float value);
}
member HdrScale : float32 with get, set
Property Value
Type:
SingleThe 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