UNPKG

@tsports/go-colorful

Version:

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

11 lines 603 B
import { type Color } from './colors'; import { type RandInterface } from './rand'; export declare function FastWarmColorWithRand(rand: RandInterface): Color; export declare function FastWarmColor(): Color; export declare function WarmColorWithRand(rand: RandInterface): Color; export declare function WarmColor(): Color; export declare function FastHappyColorWithRand(rand: RandInterface): Color; export declare function FastHappyColor(): Color; export declare function HappyColorWithRand(rand: RandInterface): Color; export declare function HappyColor(): Color; //# sourceMappingURL=colorgens.d.ts.map