KS_TRUECOLORINFO structure (ksmedia.h)

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

Syntax

typedef struct tag_KS_TRUECOLORINFO {
  DWORD      dwBitMasks[KS_iMASK_COLORS];
  KS_RGBQUAD bmiColors[KS_iPALETTE_COLORS];
} KS_TRUECOLORINFO, *PKS_TRUECOLORINFO;

Members

dwBitMasks[KS_iMASK_COLORS]

Array of color masks (one per color element).

bmiColors[KS_iPALETTE_COLORS]

Array of palette colors.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KS_RGBQUAD