ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / ContainsExtra Property




In This Topic
ContainsExtra Property
In This Topic
Gets a value indicating whether the colorspace contains extra (unknown) channels.
Syntax
'Declaration
 
Public ReadOnly Property ContainsExtra As Boolean
 
'Usage
 
Dim instance As ImGearColorSpace
Dim value As Boolean
 
value = instance.ContainsExtra

Property Value

Boolean value.
See Also