Skip to content

spatial-monorepo


spatial-monorepo / core/src / Color

Variable: Color

const Color: object

Defined in: packages/core/src/colors/Color.ts:114

Type Declaration

categoryScale

categoryScale: (opts) => (key) => string

Parameters

opts

CategoryScaleOptions

Returns

(key) => string

numericScale

numericScale: (opts) => (value) => string

Parameters

opts

NumericScaleOptions

Returns

(value) => string

ragScale

ragScale: (opts) => (label) => string

Parameters

opts

RagScaleOptions

Returns

(label) => string

Released under commercial licensing.