UNPKG

@thi.ng/color

Version:

Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets

8 lines 383 B
export declare const maxChroma: (l: number, h: number) => number; export declare const lchMaxChroma: (l: number, h: number, a?: number) => import("./index.js").LCH; export declare const maxLumaChroma: (h: number) => { l: number; c: number; }; export declare const lchMaxLumaChroma: (h: number, a?: number) => import("./index.js").LCH; //# sourceMappingURL=max-chroma.d.ts.map