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

https://github.com/realign/color-transform

a library, transform color between every format.
https://github.com/realign/color-transform

Last synced: 3 months ago
JSON representation

a library, transform color between every format.

Awesome Lists containing this project

README

        

# color-transform

> A library, transform color between every format.

## todo

* `rgba`
* [rgba](https://en.wikipedia.org/wiki/RGBA_color_space)
* [ ] `rgba` -> `hex`
* [ ] `rgba` -> `hsla`
* [ ] `rgba` -> `hsv`
* `hex`
* [hex](https://en.wikipedia.org/wiki/Web_colors)
* [ ] `hex` -> `rgba`
* [ ] `hex` -> `hsla`
* [ ] `hex` -> `hsv`
* `hsla`
* [hsla](https://en.wikipedia.org/wiki/HSL_and_HSV)
* [ ] `hsla` -> `rgba`
* [ ] `hsla` -> `hex`
* [ ] `hsla` -> `hsv`
* `hsv`
* [hsv](https://en.wikipedia.org/wiki/HSL_and_HSV)
* [ ] `hsv` -> `rgba`
* [ ] `hsv` -> `hex`
* [ ] `hsv` -> `hsla`
* `cmyk`?
* [cmyk](https://en.wikipedia.org/wiki/CMYK_color_model)