HeifImageHandleNclxColorProfile Property

Gets the image handle NCLX color profile.

Definition

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

Property Value

HeifNclxColorProfile
The image handle NCLX color profile.

Exceptions

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

See Also