HeifNclxColorProfile Constructor |
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifNclxColorProfile(
ColorPrimaries colorPrimaries,
TransferCharacteristics transferCharacteristics,
MatrixCoefficients matrixCoefficients,
bool fullRange
)
Public Sub New (
colorPrimaries As ColorPrimaries,
transferCharacteristics As TransferCharacteristics,
matrixCoefficients As MatrixCoefficients,
fullRange As Boolean
)
public:
HeifNclxColorProfile(
ColorPrimaries colorPrimaries,
TransferCharacteristics transferCharacteristics,
MatrixCoefficients matrixCoefficients,
bool fullRange
)
new :
colorPrimaries : ColorPrimaries *
transferCharacteristics : TransferCharacteristics *
matrixCoefficients : MatrixCoefficients *
fullRange : bool -> HeifNclxColorProfileParameters
- 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