다음을 통해 공유


CS_TRUECOLORINFO (Compact 2013)

3/26/2014

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

Syntax

typedef struct tag_CS_TRUECOLORINFO {
  DWORD dwBitMasks[CS_iMASK_COLORS];
    CS_RGBQUAD bmiColors[CS_iPALETTE_COLORS];
} CS_TRUECOLORINFO, *PCS_TRUECOLORINFO;

Members

  • dwBitMasks
    A DWORD value that specifies an array of color masks (one per each color component; red, green and blue).
  • bmiColors
    A CS_RGBQUAD structure that specifies an array of palette color triplets (red, green and blue components).

Requirements

Header

csmedia.h

See Also

Reference

Camera Driver Structures
CS_RGBQUAD