ImageGear .NET v24.14 - Updated
ColorSpace Property (ImGearRawLoadOptions)




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearRawLoadOptions Class : ColorSpace Property
Gets or sets image color space.
Syntax
'Declaration
 
Public Property ColorSpace As ImGearColorSpace
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As ImGearColorSpace
 
instance.ColorSpace = value
 
value = instance.ColorSpace
public ImGearColorSpace ColorSpace {get; set;}
public: __property ImGearColorSpace get_ColorSpace();
public: __property void set_ColorSpace( 
   ImGearColorSpace value
);
public:
property ImGearColorSpace ColorSpace {
   ImGearColorSpace get();
   void set (    ImGearColorSpace value);
}

Property Value

ImGearColorSpace structure.
Remarks
For additional information see ImageGear.Core.ImGearColorSpace.
See Also

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members