vot.js - v2.4.12
    Preparing search index...

    Interface VideoColorSpace

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

    Properties

    fullRange: null | boolean
    primaries: null | VideoColorPrimaries

    Methods