Klar
This crate provides an API for parsing, modifying and converting CSS colors.
Documentation
Documentation for klar
can be found on docs.rs.
Project Goals
- Make interacting with colors easier and more accessible for designers and developers
- Provide full support for the following
color models
:
- Hexadecimal: 3-digit, 6-digit and 8-digit (includes alpha channel)
- RGB and RGBA
- HSL and HSLA
- Named colors
- Adhere to W3C definition of CSS colors
Licensing
This project is licensed under the MIT License.