Click or drag to resize

HeifImageIsPremultipliedAlpha Property

Gets or sets 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; set; }

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 is ignored on earlier versions.
See Also