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




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

Property Value

ImGearColorSpace structure.
See Also