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




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : ColorSpace Property
Gets color Space of current image.
Syntax
'Declaration
 
Public ReadOnly Property ColorSpace As ImGearColorSpace
'Usage
 
Dim instance As ImGearDIB
Dim value As ImGearColorSpace
 
value = instance.ColorSpace
public ImGearColorSpace ColorSpace {get;}
public: __property ImGearColorSpace get_ColorSpace();
public:
property ImGearColorSpace ColorSpace {
   ImGearColorSpace get();
}

Property Value

ImGearColorSpace structure.
See Also

Reference

ImGearDIB Class
ImGearDIB Members
ImGearColorSpace Structure