HeifImageContentLightLevel Property

Gets or sets the image HDR content light level.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifContentLightLevel ContentLightLevel { get; set; }

Property Value

HeifContentLightLevel
The HDR content light level.

Remarks

This property is supported starting with LibHeif version 1.15.0, it will return on older versions.

Exceptions

ArgumentNullExceptionValue is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also