color-rs
color-rs copied to clipboard
A library that provides types and conversions for working with various color formats.
Hey, if you aren't actively working on this I'd like to take over. I've rewritten color utilities at least five times now for separate projects, and I want to dedicate...
as discussed after merging https://github.com/bjz/color-rs/pull/30 the dependency with angle would make it necessary to import that library in any project wanting to use Hsv. this re-exports angle::Deg as color::Deg so...
Right now the current version on crates.io is 0.0.1. This no longer builds on beta.
matthew@0xB1uE7:~/workspace/rust-playground/color-rs$ rustc -V rustc 1.0.0-dev (built 2015-03-15) matthew@0xB1uE7:~/workspace/rust-playground/color-rs$ cargo -V cargo 0.0.1-pre (2d2e039 2015-03-14) (built 2015-03-16) matthew@0xB1uE7:~/workspace/rust-playground/color-rs$ cargo build Compiling color v0.0.1 (file:///home/matthew/workspace/rust-playground/color-rs) src/alpha.rs:19:38: 19:42 warning: derive(Show) is deprecated in...
We need a way to represent color spaces. It may be desirable to have color spaces defined independantly of color formats, ideally allowing us to have color types defined as...
L*a*b* colors are usually represented as one of the following two | L* | a* | b* | | --- | --- | --- | | 0 – 100 |...