HeifImageHandleIsPremultipliedAlpha Property

Gets a value indicating whether the alpha channel is premultiplied.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool IsPremultipliedAlpha { get; }

Property Value

Boolean
if the alpha channel is premultiplied; otherwise, .

Remarks

This property is supported starting with LibHeif 1.12.0, it will return on earlier versions.

Exceptions

ObjectDisposedExceptionThe object has been disposed.

See Also