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




In This Topic
IsPremultiplied Property
In This Topic
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

Property Value

Boolean value.
See Also