// ntddvdeo.h
typedef struct _BACKLIGHT_REDUCTION_GAMMA_RAMP {
USHORT R[256];
USHORT G[256];
USHORT B[256];
} BACKLIGHT_REDUCTION_GAMMA_RAMP;
View the official Windows Driver Kit DDI referenceNo description available.
Contains a reduction gamma lookup table.
RRed color channel.
GGreen color channel.
BBlue color channel.