Evercoder/d3-color-difference

Implement nearest() function

Open

#1 aperta il 19 apr 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (9 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (35 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor