estructura de BACKLIGHT_REDUCTION_GAMMA_RAMP (ntddvdeo.h)
Contiene una tabla de búsqueda gamma de reducción.
Sintaxis
typedef struct _BACKLIGHT_REDUCTION_GAMMA_RAMP {
USHORT R[256];
USHORT G[256];
USHORT B[256];
} BACKLIGHT_REDUCTION_GAMMA_RAMP;
Miembros
R[256]
Canal de color rojo.
G[256]
Canal de color verde.
B[256]
Canal de color azul.
Requisitos
Requisito | Valor |
---|---|
Header | ntddvdeo.h |