Click or drag to resize
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
C#
public enum HdrToneMapEffectDisplayMode
Members
  Member nameValueDescription
Sdr0Specifies that the tone mapper algorithm be optimized for best appearance on a standard dynamic range (SDR) display.
Hdr1Specifies that the tone mapper algorithm be optimized for best appearance on a high dynamic range (HDR) display.
See Also