ImageGear for C and C++ on Linux v20.0 - Updated
AT_RGBQUAD
API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_RGBQUAD

Type of a DIB palette entry. This struct contains four bytes; note the order carefully.

 
Copy Code
AT_PIXEL rgbBlue;
AT_PIXEL rgbGreen;
AT_PIXEL rgbRed;
AT_BYTE  rgbReserved;

Members:

Name Type Description
rgbBlue AT_PIXEL Byte containing blue component of color, 0 to 255.
rgbGreen AT_PIXEL Green component of color.
rgbRed AT_PIXEL Red component of color.
rgbReserved AT_BYTE Reserved, should be 0.

Is this page helpful?
Yes No
Thanks for your feedback.