ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Extra Channel Info Functions > IG_extra_channel_info_mode_get |
This function gets mode of Mask extra channel.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_extra_channel_info_mode_get( HIGEXTRACHANNELINFO hInfo, enumIGMaskChannelModes* mode ); |
Name | Type | Description |
hInfo | HIGEXTRACHANNELINFO | Extra channel object. |
mode | enumIGMaskChannelModes* | Returns Mask mode of this extra channel. |
Error Count.
This function does not process image pixels.
This function is only applicable for IG_EXTRA_CHANNEL_TYPE_Mask channel type. |