ImageGear .NET v25.1 - Updated
ContainsAlpha Property




ImageGear.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
public bool ContainsAlpha {get;}
public: __property bool get_ContainsAlpha();
public:
property bool ContainsAlpha {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearColorSpace Structure
ImGearColorSpace Members
ImGearColorSpaceIDs Enumeration