UNPKG

heatmap-cluster

Version:
9 lines (8 loc) 201 B
export default class ColorUtils { static getReadableColorFor(color: string): string; static brightness({ r, g, b }: { r: number; g: number; b: number; }): number; }