Share via


CS_TRUECOLORINFO (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures
CS_RGBQUAD