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

Glossary Item Box

This struct contains three color bytes ordered as in the image bitmap of a standard DIB. Note the order carefully.

  Copy Code
AT_PIXEL b;
AT_PIXEL g;
AT_PIXEL r;

Members:

Name Type Description
b AT_PIXEL Byte containing blue component of color, 0 to 255.
g AT_PIXEL Green component of color.
r AT_PIXEL Red component of color.

©2014. Accusoft Corporation. All Rights Reserved.