Click or drag to resize

HeifNclxColorProfile Class

Represents a NCLX color profile.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifColorProfile
    LibHeifSharpHeifNclxColorProfile

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifNclxColorProfile : HeifColorProfile

The HeifNclxColorProfile type exposes the following members.

Constructors
 NameDescription
Public methodHeifNclxColorProfile Initializes a new instance of the HeifNclxColorProfile class.
Top
Properties
 NameDescription
Public propertyColorPrimaries Gets the color primaries.
Public propertyFullRange Gets a value indicating whether the full color range is used.
Public propertyMatrixCoefficients Gets the matrix coefficients.
Public propertyProfileType Gets the type of the color profile.
(Inherited from HeifColorProfile)
Public propertyTransferCharacteristics Gets the transfer characteristics.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also