ImageGear Professional DLL v18.1 for Windows
AT_RGBQUAD
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_RGBQUAD

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.