HdrToneMapEffectDisplayMode Enumeration |
The display mode used for the effect.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum HdrToneMapEffectDisplayMode
Members
| Member name | Value | Description |
---|
| Sdr | 0 | Specifies that the tone mapper algorithm be optimized for best appearance on a standard dynamic range (SDR) display. |
| Hdr | 1 | Specifies that the tone mapper algorithm be optimized for best appearance on a high dynamic range (HDR) display. |
See Also