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.
- Host: GitHub
- URL: https://github.com/realign/color-transform
- Owner: ReAlign
- Created: 2019-04-07T13:54:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T15:16:25.000Z (about 5 years ago)
- Last Synced: 2024-12-28T12:14:21.823Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)