HeifNclxColorProfile Constructor

Initializes a new instance of the HeifNclxColorProfile class.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifNclxColorProfile(
	ColorPrimaries colorPrimaries,
	TransferCharacteristics transferCharacteristics,
	MatrixCoefficients matrixCoefficients,
	bool fullRange
)

Parameters

colorPrimaries  ColorPrimaries
The color primaries.
transferCharacteristics  TransferCharacteristics
The transfer characteristics.
matrixCoefficients  MatrixCoefficients
The matrix coefficients.
fullRange  Boolean
if the full color range is used; otherwise, .

See Also