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