Evercoder/d3-color-difference

Implement nearest() function

Open

#1 aberto em 19 de abr. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (9 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (35 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador