MapLayr
    Preparing search index...

    Interface LightsModeColorTransformationPhaseRange

    The lighting effects are applied only when the current colour transformation phase falls within the given range.

    interface LightsModeColorTransformationPhaseRange {
        kind: "colorTransformationPhaseRange";
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    kind: "colorTransformationPhaseRange"
    max: number
    min: number