MapLayr
    Preparing search index...

    Interface ColorTransformationModeFixed

    The colour transformation phase is a fixed value between 0 (day) and 1 (night).

    interface ColorTransformationModeFixed {
        kind: "fixed";
        phase: number;
    }
    Index

    Properties

    Properties

    kind: "fixed"
    phase: number