KS_TRUECOLORINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tag_ks_truecolorinfo)

tag_KS_TRUECOLORINFO structure

Description

The KS_TRUECOLORINFO structure describes color palette and bitmask information for video images that also contain a palette.

Members

dwBitMasks

Array of color masks (one per color element).

bmiColors

Array of palette colors.

See also

KS_RGBQUAD