HeifNclxColorProfile Class

Represents a NCLX color profile.

Definition

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

Constructors

HeifNclxColorProfile Initializes a new instance of the HeifNclxColorProfile class.

Properties

ColorPrimaries Gets the color primaries.
FullRange Gets a value indicating whether the full color range is used.
MatrixCoefficients Gets the matrix coefficients.
ProfileType Gets the type of the color profile.
(Inherited from HeifColorProfile)
TransferCharacteristics Gets the transfer characteristics.

Methods

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)

See Also