ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Extra Channel Info Functions > IG_extra_channel_info_color_type_get |
This function gets extra channel color type (Color space or Vendor).
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_extra_channel_info_color_type_get( HIGEXTRACHANNELINFO hInfo, enumIGExtraChannelColorType* lpColorType ); |
Name | Type | Description |
hInfo | HIGEXTRACHANNELINFO | Extra channel object. |
lpInternalType | enumIGExtraChannelColorType* | Extra channel color type. |
Error Count.
This function does not process image pixels.
This function is only applicable to the extra channel object with IG_EXTRA_CHANNEL_COLOR_TYPE_Colorspace color type. |