UNPKG

@deck.gl/carto

Version:

CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.

7 lines 343 B
import { Color } from '@deck.gl/core'; export declare const DEFAULT_PALETTE = "PurpOr"; export declare const NULL_COLOR: Color; export declare const OTHERS_COLOR: Color; export default function getPalette(name: string, numCategories: number): Color[]; export declare function hexToRgb(hex: string): Color; //# sourceMappingURL=palette.d.ts.map