ImageGear .NET v25.1 - Updated
ColorType Property (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : ColorType Property
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

Reference

ImGearColorBook Class
ImGearColorBook Members
ImGearColorSpaceIDs Enumeration