Skip to content

Type Alias: PaletteSpec

ts
type PaletteSpec = PaletteName | readonly string[];

Defined in: color/palettes.ts:18

A palette given inline: a registered name, or the colours themselves.

MIT licensed. WebGL2 required.