HeifImageIsPremultipliedAlpha Property
Gets or sets a value indicating whether the alpha channel is premultiplied.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool IsPremultipliedAlpha { get; set; }
Public Property IsPremultipliedAlpha As Boolean
Get
Set
public:
property bool IsPremultipliedAlpha {
bool get ();
void set (bool value);
}
member IsPremultipliedAlpha : bool with get, set
Property Value
Boolean if the alpha channel is premultiplied; otherwise,
.
This property is supported starting with LibHeif 1.12.0, it is ignored on earlier versions.