UNPKG

@tsports/go-colorful

Version:

A TypeScript port of the go-colorful package for working with colors

7 lines 500 B
import { type Color } from './colors'; import { type RandInterface } from './rand'; export declare function FastHappyPaletteWithRand(colorsCount: number, rand: RandInterface): Color[]; export declare function FastHappyPalette(colorsCount: number): Color[]; export declare function HappyPaletteWithRand(colorsCount: number, rand: RandInterface): [Color[], Error | null]; export declare function HappyPalette(colorsCount: number): [Color[], Error | null]; //# sourceMappingURL=happy_palettegen.d.ts.map