https://github.com/killercup/hsl-rs
Convert RGB⇄HSL Colors
https://github.com/killercup/hsl-rs
Last synced: 8 months ago
JSON representation
Convert RGB⇄HSL Colors
- Host: GitHub
- URL: https://github.com/killercup/hsl-rs
- Owner: killercup
- License: apache-2.0
- Created: 2015-09-25T11:12:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T13:23:44.000Z (over 6 years ago)
- Last Synced: 2024-10-11T16:06:19.766Z (over 1 year ago)
- Language: Rust
- Homepage: http://killercup.github.io/hsl-rs/
- Size: 535 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# HSL
**Note**: Unmaintained -- contact @killercup if you want to have the name on crates.io!
Represent colors in HSL and convert between HSL and RGB.
[](https://travis-ci.org/killercup/hsl-rs) [](https://coveralls.io/github/killercup/hsl-rs?branch=master)
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.