UNPKG

@tsports/go-colorful

Version:

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

8 lines 294 B
/** * Constants used throughout the colorful library */ export declare const Delta: number; export declare const D65: [number, number, number]; export declare const D50: [number, number, number]; export declare const HSLuvD65: [number, number, number]; //# sourceMappingURL=constants.d.ts.map