ImageGear for C and C++ on Windows v19.3 - Updated
IG_extra_channel_info_colorspace_get
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Extra Channel Info Functions > IG_extra_channel_info_colorspace_get

This function gets color space of the extra channel.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_extra_channel_info_colorspace_get(
        HIGEXTRACHANNELINFO hInfo,
        enumIGColorSpaceIDs* colorSpace
);

Arguments:

Name Type Description
hInfo HIGEXTRACHANNELINFO Extra channel object.
colorSpace enumIGColorSpaceIDs* Returns color space of this extra channel.

Return Value:

Error Count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This function is only applicable to the extra channel object with IG_EXTRA_CHANNEL_COLOR_TYPE_Colorspace color type.