d3 / d3-color

Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.
https://d3js.org/d3-color
ISC License
398 stars 91 forks source link

Add CIECAM02. #21

Closed mbostock closed 6 years ago

mbostock commented 8 years ago

Possibly a better perceptual colorspace than Lab/Lch and Cubehelix?

mbostock commented 8 years ago

Two existing implementations:

mbostock commented 8 years ago

We probably should consider first the CAM02-UCS space proposed by Luo et al.. A python implementation:

PetrochukM commented 7 years ago

+1

mbostock commented 7 years ago
mbostock commented 6 years ago

The current plan is to implement CIECAM16 as a standalone module, d3-cam16.