HeifImageHandleIccColorProfile Property

Gets the image handle ICC color profile.

Definition

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

Property Value

HeifIccColorProfile
The image handle ICC color profile.

Exceptions

HeifException A LibHeif error occurred. -or- The color profile type is not supported.
ObjectDisposedExceptionThe object has been disposed.

See Also