IDDCX_GAMMARAMP_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iddcx-iddcx_gammaramp_type)

IDDCX_GAMMARAMP_TYPE enumeration

Description

A IDDCX_GAMMARAMP_TYPE value indicates the type of gamma ramp being set.

Constants

IDDCX_GAMMARAMP_TYPE_UNINITIALIZED:0

Indicates that an IDDCX_GAMMARAMP_TYPE variable has not yet been assigned a meaningful value.

IDDCX_GAMMARAMP_TYPE_DEFAULT:1

The gamma ramp is the default ramp.

IDDCX_GAMMARAMP_TYPE_RGB256x3x16:2

The gamma lookup table that pGammaRampData points to contains an array of IDDCX_GAMMARAMP_RGB256x3x16 structures.

IDDCX_GAMMARAMP_TYPE_3x4_COLORSPACE_TRANSFORM:3

The 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).

Remarks

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

See also

EVT_IDD_CX_MONITOR_SET_GAMMA_RAMP

IDARG_IN_SET_GAMMARAMP