ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > CreateMaskSpotChannelInfo Method |
Creates a new alpha mask channel that uses a special (like Pantone) color. This channel does not store a color name, but looks it up from the loaded color books.
CreateMaskSpotChannelInfo(Mode As enumIGMaskChannelModes,
VendorID As enumIGSpotColorVendorIDs, ColorID As IGDLong) As
IGExtraChannelInfo
Name | Description |
---|---|
Mode | Mask mode for the new mask channel (enumIGMaskChannelModes Enumeration). |
VendorID | Vendor ID for the new mask channel. |
ColorID | Color ID for the new mask channel. |
IGExtraChannelInfo Class object representing new alpha mask channel info.
N/A
Core