Gets or sets the HDR scale of the light.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)
Syntax
| C# |
|---|
public float HdrScale { get; set; } |
| Visual Basic |
|---|
Public Property HdrScale As Single Get Set |
| Visual C++ |
|---|
public: property float HdrScale { float get (); void set (float value); } |
Field Value
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 DiffuseIntensity/SpecularIntensity when
high dynamic range lighting (HDR lighting) is enabled.