// d3dkmdt.h
typedef struct _D3DKMDT_PALETTEDATA {
BYTE Red;
BYTE Green;
BYTE Blue;
BYTE Unused;
} D3DKMDT_PALETTEDATA;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_PALETTEDATA structure describes a palette entry for the display.
RedAn 8-bit value for the red portion of the color registers.
GreenAn 8-bit value for the green portion of the color registers.
BlueAn 8-bit value for the blue portion of the color registers.
UnusedAn unused portion of the display.