D2D1_HDRTONEMAP_DISPLAY_MODE enumeration (d2d1effects_2.h)

Defines constants that specify a value for the D2D1_HDRTONEMAP_PROP_DISPLAY_MODE property of the HDR tone map effect.

Syntax

typedef enum D2D1_HDRTONEMAP_DISPLAY_MODE {
  D2D1_HDRTONEMAP_DISPLAY_MODE_SDR,
  D2D1_HDRTONEMAP_DISPLAY_MODE_HDR,
  D2D1_HDRTONEMAP_DISPLAY_MODE_FORCE_DWORD
} ;

Constants

 
D2D1_HDRTONEMAP_DISPLAY_MODE_SDR
Value: (0)
Specifies that the tone mapper algorithm be optimized for best appearance on a standard dynamic range (SDR) display.
D2D1_HDRTONEMAP_DISPLAY_MODE_HDR
Value: (1)
Specifies that the tone mapper algorithm be optimized for best appearance on a high dynamic range (HDR) display.
D2D1_HDRTONEMAP_DISPLAY_MODE_FORCE_DWORD
Value: (0xFFFFFFFF)

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d2d1effects_2.h