Gjsify LogoGjsify Logo

Structure describing the color info.

record

Hierarchy

  • VideoColorimetry

Index

Constructors

Properties

the color matrix. Used to convert between Y'PbPr and non-linear RGB (R'G'B')

field

color primaries. used to convert between R'G'B' and CIE XYZ

field

the color range. This is the valid range for the samples. It is used to convert the samples to Y'PbPr values.

field

the transfer function. used to convert between R'G'B' and RGB

field
name: string

Methods

  • from_string(color: string): boolean
  • Parse the colorimetry string and update cinfo with the parsed values.

    Parameters

    • color: string

      a colorimetry string

    Returns boolean

  • matches(color: string): boolean
  • Check if the colorimetry information in info matches that of the string color.

    Parameters

    • color: string

      a colorimetry string

    Returns boolean

  • to_string(): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method