Skip to content

ColorCapability

Defined in: types.ts:63

readonly displayP3Gamut: CapabilityProbe

Defined in: types.ts:64


readonly highDynamicRange: CapabilityProbe

Defined in: types.ts:65


readonly localExecution: object

Defined in: types.ts:67

The color contract implemented by the current local renderer/exporter.

readonly alphaModes: readonly ("opaque" | "premultiplied")[]

readonly bitDepths: readonly (8 | 10)[]

readonly chromaSubsamplings: readonly ("rgb" | "4:4:4" | "4:2:2" | "4:2:0")[]

readonly colorPrimaries: readonly ("bt709" | "display-p3" | "bt2020")[]

readonly colorRanges: readonly ("full" | "limited")[]

readonly hdrPresentation: boolean

readonly matrixCoefficients: readonly ("bt709" | "rgb" | "bt2020-ncl")[]

readonly toneMappings: readonly ("none" | "bt2390" | "reinhard")[]

readonly transferFunctions: readonly ("srgb" | "gamma22" | "pq" | "hlg")[]

readonly workingColorSpaces: readonly string[]