VideoColorSpace
interface VideoColorSpace {
fullRange: null | boolean;
matrix: null | VideoMatrixCoefficients;
primaries: null | VideoColorPrimaries;
transfer: null | VideoTransferCharacteristics;
toJSON(): VideoColorSpaceInit;
}
fullRange: null | boolean;
matrix: null | VideoMatrixCoefficients;
primaries: null | VideoColorPrimaries;
transfer: null | VideoTransferCharacteristics;
toJSON(): VideoColorSpaceInit;
}
Index
Properties
Methods
Methods
to JSON
toJSON(): VideoColorSpaceInit
MDN Reference