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




In This Topic
ContainsAlpha Property
In This Topic
Gets a value indicating whether the colorspace contains an alpha channel. It does not take into account whether the color channels are pre-multiplied by alpha channel or not.
Syntax
'Declaration
 
Public ReadOnly Property ContainsAlpha As Boolean
 
'Usage
 
Dim instance As ImGearColorSpace
Dim value As Boolean
 
value = instance.ContainsAlpha

Property Value

Boolean value.
See Also