| HdrFilterEnableBlueShift Property |
Gets or sets a value indicating whether a blue shift is applied to scenes with low average
luminance.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool EnableBlueShift { get; set; }
Public Property EnableBlueShift As Boolean
Get
Set
public:
property bool EnableBlueShift {
bool get ();
void set (bool value);
}
member EnableBlueShift : bool with get, set
Property Value
Type:
Boolean if a blue shift is applied to scenes with low average luminance;
otherwise,
. The default value is
.
See Also