0.1.0 |
|
---|
#22 in #css-color
6KB
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
- Official specification: CSS Color Module Level 3
Licensing
This project is licensed under the MIT License.
lib.rs
:
This crate provides an API for parsing, modifying and converting CSS colors.
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
- Official specification: CSS Color Module Level 3
- TBD