Header menu logo fable-electron-docs-api

ColorSpace Type

Constructors

Constructor Description

ColorSpace(primaries, transfer, matrix, range)

Full Usage: ColorSpace(primaries, transfer, matrix, range)

Parameters:
    primaries : Primaries - The color primaries of the color space. Can be one of the following values:
    transfer : Transfer - The transfer function of the color space. Can be one of the following values:
    matrix : Matrix - The color matrix of the color space. Can be one of the following values:
    range : Range - The color range of the color space. Can be one of the following values:

Returns: ColorSpace
primaries : Primaries

The color primaries of the color space. Can be one of the following values:

transfer : Transfer

The transfer function of the color space. Can be one of the following values:

matrix : Matrix

The color matrix of the color space. Can be one of the following values:

range : Range

The color range of the color space. Can be one of the following values:

Returns: ColorSpace

Instance members

Instance member Description

this.matrix

Full Usage: this.matrix

The color matrix of the color space. Can be one of the following values:

this.primaries

Full Usage: this.primaries

The color primaries of the color space. Can be one of the following values:

this.range

Full Usage: this.range

The color range of the color space. Can be one of the following values:

this.transfer

Full Usage: this.transfer

The transfer function of the color space. Can be one of the following values:

Type something to start searching.