ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearSpotChannelInfo Class
Members




In This Topic
    ImGearSpotChannelInfo Class
    In This Topic
    Spot channel class that uses a special color, such as Pantone.
    Object Model
    ImGearSpotChannelInfo Class
    Syntax
    'Declaration
     
    Public Class ImGearSpotChannelInfo 
       Inherits ImGearExtraChannelInfo
    'Usage
     
    Dim instance As ImGearSpotChannelInfo
    public class ImGearSpotChannelInfo : ImGearExtraChannelInfo 
    public __gc class ImGearSpotChannelInfo : public ImGearExtraChannelInfo 
    public ref class ImGearSpotChannelInfo : public ImGearExtraChannelInfo 
    Remarks
    This class does not store a color name, but looks it up from the loaded color books when necessary.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearExtraChannelInfo
          ImageGear.Core.ImGearSpotChannelInfo
             ImageGear.Core.ImGearMaskSpotChannelInfo

    See Also