Skip to content

Commit

Permalink
add @mbostock quote to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Nov 27, 2014
1 parent 5799c69 commit bc27d5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ then calculates the color's
[Euclidean distance](https://npmjs.org/package/euclidean-distance) from a set of colors with
known names.

Mike Bostock of D3 fame [explains it well](https://gist.github.com/mbostock/3014589):

> Lab and HCL color spaces are special in that the perceived difference between two colors is proportional to their Euclidean distance in color space. This special property, called perceptual uniformity, makes them ideal for accurate visual encoding of data. In contrast, the more familiar RGB and HSL color spaces distort data when used for visualization.
## Installation

```
Expand Down

0 comments on commit bc27d5c

Please sign in to comment.