npm.io
0.0.2 • Published 12 years ago

colour-proximity

Licence
GPLv3
Version
0.0.2
Deps
1
Vulns
1
Weekly
49
Stars
1

colour-proximity

Get a value of the proximity of two hex colours.

This package also exports rgb2lab([r,g,b]), a function that converts RGB to Lab* at Observer=2° and Illuminant=D65

Example

colour-proximity.proximity("#ffffff","#fffffe")	// 0.5074219151751335
colour-proximity.proximity("#ffffff","#000000")	// 100.000000625

Install

Use node with npm:

npm install colour-proximity