UNPKG

209 BTypeScriptView Raw
1import { RGBColor, RGBAColor } from './color-types';
2export declare function isLight({ red, green, blue }: RGBColor | RGBAColor): boolean;
3export declare function isDark(color: RGBColor | RGBAColor): boolean;