IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE enumeration (iddcx.h)

A IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE enumeration value specifies the color mode to be set on a monitor.

Syntax

typedef enum IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE {
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_UNINITIALIZED = 0,
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDR = 1,
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDRWCG = 2,
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_HDR10 = 3
} ;

Constants

 
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_UNINITIALIZED
Value: 0
Indicates that an IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE variable has not yet been assigned a meaningful value.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDR
Value: 1
Allows a driver to indicate that it wants to run in SDR mode even if the OS may wish to use HDR or SDR WCG.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDRWCG
Value: 2
Allows a driver to indicate that it wants to run in SDR WCG mode even if the OS may wish to use HDR or SDR.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_HDR10
Value: 3
Allows a driver to indicate that it wants to run in HDR mode even if the OS may wish to use SDR or SDR WCG.

Remarks

For more information about HDR support, see IddCx version 1.10 updates.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2 September Update (IddCx version 1.10)
Header iddcx.h

See also

IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2

IDDCX_DISPLAYCONFIG_MODE

IDDCX_DISPLAYCONFIGPATH2

IddCxAdapterDisplayConfigUpdate2