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




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

Reference

IImGearColorBook Interface
IImGearColorBook Members
ImGearColorSpaceIDs Enumeration