Interface VideoColorSpaceInit

interface VideoColorSpaceInit {
    fullRange?: null | boolean;
    matrix?: null | VideoMatrixCoefficients;
    primaries?: null | VideoColorPrimaries;
    transfer?: null | VideoTransferCharacteristics;
}

Properties

fullRange?: null | boolean
matrix?: null | VideoMatrixCoefficients
primaries?: null | VideoColorPrimaries