Click or drag to resize

HeifImageNclxColorProfile Property

Gets or sets the image NCLX color profile.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifNclxColorProfile NclxColorProfile { get; set; }

Property Value

HeifNclxColorProfile
The image NCLX color profile.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is null.
HeifException A LibHeif error occurred. -or- The color profile type is not supported.
ObjectDisposedExceptionThe object has been disposed.
See Also