Interface VideoColorSpace

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

Properties

fullRange: boolean

Methods