Skip to content

autk-map


autk-map / ColorMapInterpolator

Enumeration: ColorMapInterpolator

Defined in: constants.ts:50

Color map interpolators for thematic data visualization.

Enumeration Members

DIVERGING_RED_BLUE

DIVERGING_RED_BLUE: "interpolateRdBu"

Defined in: constants.ts:53


OBSERVABLE10

OBSERVABLE10: "schemeObservable10"

Defined in: constants.ts:54


SEQUENTIAL_BLUES

SEQUENTIAL_BLUES: "interpolateBlues"

Defined in: constants.ts:52

Blue color interpolation.


SEQUENTIAL_REDS

SEQUENTIAL_REDS: "interpolateReds"

Defined in: constants.ts:51

Red color interpolation.

Released under the MIT License.