ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfile Class / ColorSpace Property




In This Topic
ColorSpace Property (ImGearColorProfile)
In This Topic
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