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