FIMViz.jsAPI
    Preparing search index...

    Interface ColorStop

    interface ColorStop {
        color: string;
        label?: string;
        max?: number;
        min?: number;
        value?: number;
    }
    Index
    color: string

    hex or css color

    label?: string
    max?: number

    classed mode: band upper bound

    min?: number

    classed mode: band lower bound

    value?: number

    discrete mode: the exact value this stop matches