ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Structures Reference / AT_RGB
In This Topic
    AT_RGB
    In This Topic

    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.