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

GUI color profile window chart attributes.

Values:

IG_GUI_COLORPROFILE_STYLE_STACK Specifies the chart style. All components data are stacked: every component bar is displayed on top of previous color component bar.
IG_GUI_COLORPROFILE_STYLE_SEPARATE Specifies the chart style. All components data displayed in separate charts. Each chart has its own base line.
IG_GUI_COLORPROFILE_STYLE_OVERLAID Specifies the chart style. All components data displayed on single chart with one base line from first color component to the last one.
IG_GUI_COLORPROFILE_STYLE_TRACK Specifies whether to track mouse pointer movements across image window. Attribute value is TRUE to track mouse or FALSE otherwise.
IG_GUI_COLORPROFILE_STYLE_XY Specifies whether to display coordinates of start and end mouse positions in GUI window. Attribute value is TRUE to display coordinates or FALSE otherwise.
IG_GUI_COLORPROFILE_STYLE_MASK Specifies the bit mask used to extract chart style value from GUI window style value.

Remarks:

Specifies the style of data representation and attributes of GUI windows. See IG_GUI_color_profile_attribute_get for more details.

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