@tsports/go-colorful
Version:
A TypeScript port of the go-colorful package for working with colors
7 lines • 495 B
TypeScript
import { type Color } from './colors';
import { type RandInterface } from './rand';
export declare function FastWarmPaletteWithRand(colorsCount: number, rand: RandInterface): Color[];
export declare function FastWarmPalette(colorsCount: number): Color[];
export declare function WarmPaletteWithRand(colorsCount: number, rand: RandInterface): [Color[], Error | null];
export declare function WarmPalette(colorsCount: number): [Color[], Error | null];
//# sourceMappingURL=warm_palettegen.d.ts.map