ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBook Interface / ColorType Property




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

    Property Value

    ImGearColorSpaceIDs enumeration value.
    See Also