ImageGear .NET - Updated March 30, 2018
ColorSpace Property (ImGearColorProfile)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorProfile Class : ColorSpace Property
Gets the color space of the color profile.
Syntax
'Declaration
 
Public ReadOnly Property ColorSpace As ImGearColorSpaceIDs
 
'Usage
 
Dim instance As ImGearColorProfile
Dim value As ImGearColorSpaceIDs
 
value = instance.ColorSpace

Property Value

ImGearColorSpaceIDs enumeration value.
Remarks
Returns color space of the color profile, typically RGB or CMYK.
See Also

Reference

ImGearColorProfile Class
ImGearColorProfile Members
ImGearColorSpaceIDs Enumeration