estructura IDDCX_GAMMARAMP_RGB256x3x16 (iddcx.h)

La estructura IDDCX_GAMMARAMP_RGB256x3x16 contiene una rampa gamma RGB para un monitor.

Sintaxis

struct IDDCX_GAMMARAMP_RGB256x3x16 {
  USHORT Red[256];
  USHORT Green[256];
  USHORT Blue[256];
};

Miembros

Red[256]

Matriz de valores de 16 bits que especifican la función gamma para el canal de color rojo.

Green[256]

Matriz de valores de 16 bits que especifican la función gamma para el canal de color verde.

Blue[256]

Matriz de valores de 16 bits que especifican la función gamma para el canal de color azul.

Comentarios

IDDCX_GAMMARAMP_RGB256x3x16 tiene tres matrices, una para los canales de color rojo, verde y azul. Cada matriz tiene valores de 256 16 bits.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Encabezado iddcx.h

Consulte también

EVT_IDD_CX_MONITOR_SET_GAMMA_RAMP

IDARG_IN_SET_GAMMARAMP