Share via


RGBQUAD (Windows CE 5.0)

Send Feedback

This structure describes a color consisting of relative intensities of red, green, and blue.

typedefstructtagRGBQUAD{BYTErgbBlue;BYTErgbGreen;BYTErgbRed;BYTErgbReserved;}RGBQUAD;

Members

  • rgbBlue
    Specifies the intensity of blue in the color.
  • rgbGreen
    Specifies the intensity of green in the color.
  • rgbRed
    Specifies the intensity of red in the color.
  • rgbReserved
    Reserved; set to zero.

Remarks

Windows CE does not support the rgbReserved member. It should be initialized to zero.

The bmiColors member of the BITMAPINFO structure consists of an array of RGBQUAD structures.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windows.h.

See Also

CreateDIBSection | BITMAPINFO | GDI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.