HeifImageHandleIsPremultipliedAlpha Property |
Gets a value indicating whether the alpha channel is premultiplied.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic 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,
.
Exceptions
Remarks
This property is supported starting with LibHeif 1.12.0, it will return
on earlier versions.
See Also