HeifImageMasteringDisplayColourVolume Property

Gets or sets the image HDR mastering display color volume.

Definition

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

Property Value

HeifMasteringDisplayColourVolume
The HDR mastering display color volume.

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