ImageGear .NET v25.1 - Updated
IsPremultiplied Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorSpace Structure : IsPremultiplied Property
Gets a value indicating whether colorspace color channels are pre-multiplied by alpha values or not.
Syntax
'Declaration
 
Public ReadOnly Property IsPremultiplied As Boolean
'Usage
 
Dim instance As ImGearColorSpace
Dim value As Boolean
 
value = instance.IsPremultiplied
public bool IsPremultiplied {get;}
public: __property bool get_IsPremultiplied();
public:
property bool IsPremultiplied {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearColorSpace Structure
ImGearColorSpace Members
ImGearColorSpaceIDs Enumeration