HeifContentLightLevel Class

Represents the Content Light Level values used by HDR images.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifContentLightLevel : IEquatable<HeifContentLightLevel>
Inheritance
Object    HeifContentLightLevel
Implements
IEquatableHeifContentLightLevel

Constructors

HeifContentLightLevel Initializes a new instance of the HeifContentLightLevel class.

Properties

MaxContentLightLevel Gets the maximum content light level.
MaxPictureAverageLightLevel Gets the maximum picture average light level.

Methods

Equals(HeifContentLightLevel)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
GetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

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