d3 / d3-color

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

import darker/lighter from rgb to hsl #6

Closed Rich-Harris closed 9 years ago

Rich-Harris commented 9 years ago

After fixing https://github.com/rollup/rollup/issues/20, it looks like darker and brighter need to be imported here

mbostock commented 9 years ago

Aye. I made the same fix in #3. Thanks!