// d3dukmdt.h
typedef struct _D3DDDI_GAMMA_RAMP_RGB256x3x16 {
USHORT Red[256];
USHORT Green[256];
USHORT Blue[256];
} D3DDDI_GAMMA_RAMP_RGB256x3x16;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDI_GAMMA_RAMP_RGB256x3x16 structure contains a gamma lookup table.
RedAn array of 16-bit values that holds the gamma function for the red color channel.
GreenAn array of 16-bit values that holds the gamma function for the green color channel.
BlueAn array of 16-bit values that holds the gamma function for the blue color channel.