UNPKG

@thi.ng/color

Version:

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

9 lines 283 B
import type { TypedColor } from "./api.js"; /** * Returns true, if given color is within the RGB gamut (without clipping). * * @param src - * @param eps - */ export declare const isRgbGamut: (src: TypedColor<any>, eps?: number) => boolean; //# sourceMappingURL=is-gamut.d.ts.map