ImageGear .NET - Updated December 24, 2018
ContainsAlpha Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorSpace Structure : ContainsAlpha Property
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

Reference

ImGearColorSpace Structure
ImGearColorSpace Members
ImGearColorSpaceIDs Enumeration