Click or drag to resize

HeifImageHandleIsPremultipliedAlpha Property

Gets a value indicating whether the alpha channel is premultiplied.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public bool IsPremultipliedAlpha { get; }

Property Value

Boolean
if the alpha channel is premultiplied; otherwise, .
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
Remarks
This property is supported starting with LibHeif 1.12.0, it will return on earlier versions.
See Also