Interface VideoColorSpaceInit

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

    Properties

    fullRange?: boolean