HeifMasteringDisplayColourVolume Class

Represents the HDR mastering display color volume.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifMasteringDisplayColourVolume
Inheritance
Object    HeifMasteringDisplayColourVolume

Constructors

HeifMasteringDisplayColourVolume Initializes a new instance of the HeifMasteringDisplayColourVolume class.

Properties

DisplayPrimariesX The x chromaticity coordinates of the mastering display.
DisplayPrimariesY The y chromaticity coordinates of the mastering display.
MaxDisplayMasteringLuminance The nominal maximum display luminance of the mastering display.
MinDisplayMasteringLuminance The nominal minimum display luminance of the mastering display.
WhitePointX The x chromaticity coordinate of the mastering display white point.
WhitePointY The y chromaticity coordinate of the mastering display white point.

Methods

Decode Decodes this instance.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also