Evercoder/d3-color-difference

Implement nearest() function

Open

#1 ouverte le 19 avr. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (9 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (35 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur