Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3/d3-color

Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.
https://github.com/d3/d3-color

Last synced: about 1 month ago
JSON representation

Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.

Awesome Lists containing this project

README

        

# d3-color

Even though your browser understands a lot about colors, it doesn’t offer much help in manipulating colors through JavaScript. The d3-color module therefore provides representations for various color spaces, allowing specification, conversion and manipulation. (Also see [d3-interpolate](https://github.com/d3/d3-interpolate) for color interpolation.)

## Resources

- [Documentation](https://d3js.org/d3-color)
- [Examples](https://observablehq.com/collection/@d3/d3-color)
- [Releases](https://github.com/d3/d3-color/releases)
- [Getting help](https://d3js.org/community)