ImageGear .NET - Updated March 30, 2018
ColorType Property (ImGearColorBook)




ImageGear24.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

Property Value

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

Reference

ImGearColorBook Class
ImGearColorBook Members
ImGearColorSpaceIDs Enumeration