ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / ColorType Property




In This Topic
    ColorType Property (ImGearColorBook)
    In This Topic
    Gets the color space value used for displaying all the colors from the color book.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorType As ImGearColorSpaceIDs
    'Usage
     
    Dim instance As ImGearColorBook
    Dim value As ImGearColorSpaceIDs
     
    value = instance.ColorType
    public ImGearColorSpaceIDs ColorType {get;}
    public: __property ImGearColorSpaceIDs get_ColorType();
    public:
    property ImGearColorSpaceIDs ColorType {
       ImGearColorSpaceIDs get();
    }

    Property Value

    ImGearColorSpaceIDs enumeration value.
    Remarks
    This value can be RGB, CMYK or Lab.
    See Also