klar

Crates.ioklar
lib.rsklar
version0.1.0
sourcesrc
created_at2021-07-18 23:20:39.630001
updated_at2021-07-18 23:20:39.630001
descriptionParse, modify and convert CSS colors between common color models.
homepagehttps://github.com/peter-donovan/klar
repositoryhttps://github.com/peter-donovan/klar
max_upload_size
id424502
size6,687
Peter Donovan (dark-fusion)

documentation

https://docs.rs/klar

README

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.

Commit count: 0

cargo fmt