ImageGear .NET v25.1 - Updated
ColorSpace Property (ImGearColorProfile)




ImageGear.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
public ImGearColorSpaceIDs ColorSpace {get;}
public: __property ImGearColorSpaceIDs get_ColorSpace();
public:
property ImGearColorSpaceIDs ColorSpace {
   ImGearColorSpaceIDs get();
}

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