// ksmedia.h
typedef struct tag_KS_TRUECOLORINFO {
DWORD dwBitMasks[KS_iMASK_COLORS];
KS_RGBQUAD bmiColors[KS_iPALETTE_COLORS];
} KS_TRUECOLORINFO, *PKS_TRUECOLORINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_TRUECOLORINFO structure describes color palette and bitmask information for video images that also contain a palette.
dwBitMasksArray of color masks (one per color element).
bmiColorsArray of palette colors.