Trilium Frontend API
    Preparing search index...

    Interface VideoColorSpaceInit

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

    Properties

    fullRange?: boolean