UNPKG

@nightingale-elements/nightingale-new-core

Version:
6 lines 329 B
type ColorProperty = "fill" | "stroke" | "color"; export declare function contrastingColor(color: number[] | null): "black" | "white"; export declare function luma(rgb: number[]): number; export declare function getColor(element: Element, property: ColorProperty): number[] | null; export {}; //# sourceMappingURL=colors.d.ts.map