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

    GUI color profile windows color components.

    Values:

    IG_GUI_COLOR_COMPONENT_1 Display chart for Component 1 of image pixels.
    IG_GUI_COLOR_COMPONENT_2 Display chart for Component 2 of image pixels.
    IG_GUI_COLOR_COMPONENT_3 Display chart for Component 3 of image pixels.
    IG_GUI_COLOR_COMPONENT_4 Display chart for Component 4 of image pixels.
    IG_GUI_COLOR_COMPONENT_ALPHA Display chart for Alpha channel of image pixels.
    IG_GUI_COLOR_COMPONENT_EXTRA Display chart for Extra channels of image pixels.
    IG_GUI_COLOR_COMPONENT_ALL Display chart for all color components of image pixels.

    Remarks:

    Specifies color components to display in GUI window. Color components indices are 1-based i.e. first component is IG_GUI_COMPONENT_1 and so on.