ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > CreateMaskColorChannelInfo Method |
Creates a new alpha mask channel that uses regular color space like RGB, CMYK, etc. and color value.
CreateMaskColorChannelInfo(Mode As enumIGMaskChannelModes,
Pixel As IGPixel) As IGExtraChannelInfo
Name | Description |
---|---|
Mode | Mask mode for the new mask channel (enumIGMaskChannelModes Enumeration). |
Pixel | IGPixel object specifying color space and value for the new color channel. |
IGExtraChannelInfo Class object representing new alpha mask channel info.
N/A
Core