ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > CreateSpotChannelInfo Method |
Creates a new spot 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.
CreateSpotChannelInfo(VendorID As enumIGSpotColorVendorIDs,
ColorID As IGDLong) As IGExtraChannelInfo
Name | Description |
---|---|
vendorID | Vendor ID for the new spot channel (enumIGSpotColorVendorIDs Enumeration). |
colorID | Color ID for the new spot channel. |
IGExtraChannelInfo Class object representing new spot channel info.
N/A
Core