Search


Search something to see results

VideoColorSpace

interface VideoColorSpace {
    fullRange: null | boolean;
    matrix: null | VideoMatrixCoefficients;
    primaries: null | VideoColorPrimaries;
    transfer: null | VideoTransferCharacteristics;
    toJSON(): VideoColorSpaceInit;
}

Index

Properties

Methods

Properties

fullRange: null | boolean
primaries: null | VideoColorPrimaries

Methods

Returns VideoColorSpaceInit