Click or drag to resize

HeifImageIccColorProfile Property

Gets or sets the image ICC color profile.

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

Property Value

HeifIccColorProfile
The image ICC 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