// iddcx.h
typedef enum IDDCX_GAMMARAMP_TYPE {
IDDCX_GAMMARAMP_TYPE_UNINITIALIZED = 0,
IDDCX_GAMMARAMP_TYPE_DEFAULT = 1,
IDDCX_GAMMARAMP_TYPE_RGB256x3x16 = 2,
IDDCX_GAMMARAMP_TYPE_3x4_COLORSPACE_TRANSFORM = 3
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_GAMMARAMP_TYPE value indicates the type of gamma ramp being set.
IDDCX_GAMMARAMP_TYPE_UNINITIALIZED:0Indicates that an IDDCX_GAMMARAMP_TYPE variable has not yet been assigned a meaningful value.
IDDCX_GAMMARAMP_TYPE_DEFAULT:1The gamma ramp is the default ramp.
IDDCX_GAMMARAMP_TYPE_RGB256x3x16:2The gamma lookup table that pGammaRampData points to contains an array of IDDCX_GAMMARAMP_RGB256x3x16 structures.
IDDCX_GAMMARAMP_TYPE_3x4_COLORSPACE_TRANSFORM:3The gamma lookup table that pGammaRampData points to contains an array of IDDCX_GAMMARAMP_3X4_COLORSPACE_TRANSFORM structures. Available starting in Windows 11, version 22H2 September Update (IddCx version 1.10).
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_MONITOR_SET_GAMMA_RAMP