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