Evercoder/d3-color-difference

Implement nearest() function

Open

#1 geöffnet am 19. Apr. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (9 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (35 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

One use for the color difference formulas is to find the closest color from a set to a given color. A good data structure for this seems to be a v-p tree (Vantage Point Tree), as it allows for much faster queries than the linear approach.

Contributor Guide