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




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

Property Value

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