Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ogeon/palette
A Rust library for linear color calculations and conversion
https://github.com/Ogeon/palette
Last synced: 14 days ago
JSON representation
A Rust library for linear color calculations and conversion
- Host: GitHub
- URL: https://github.com/Ogeon/palette
- Owner: Ogeon
- License: apache-2.0
- Created: 2015-12-02T15:18:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:21:22.000Z (7 months ago)
- Last Synced: 2024-04-14T04:27:48.003Z (7 months ago)
- Language: Rust
- Size: 29.7 MB
- Stars: 694
- Watchers: 6
- Forks: 59
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# palette
[![Crates.io](https://img.shields.io/crates/v/palette.svg)](https://crates.io/crates/palette/)
[![Docs.rs](https://docs.rs/palette/badge.svg)](https://docs.rs/palette)A color management and conversion library that focuses on maintaining correctness, flexibility and ease of use. It makes use of the type system to prevent mistakes, support a wide range of color spaces including user defined variants and offer different ways of integrating with other libraries.
[Usage and examples can be found in the `palette` directory](https://github.com/Ogeon/palette/tree/master/palette).
## Online Documentation
[Released](https://docs.rs/palette/0.7.6/palette/)
[Master branch](https://ogeon.github.io/palette/palette/index.html)
## Minimum Supported Rust Version (MSRV)
This version of Palette has been automatically tested with Rust version `1.61.0` and the `stable`, `beta`, and `nightly` channels. Future versions of the library may advance the minimum supported version to make use of new language features, but this will normally be considered a breaking change. Exceptions may be made for security patches, dependencies advancing their MSRV in minor or patch releases, and similar changes.
## Contributing
All sorts of contributions are welcome (including especially speling corrections), so take a look at [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines, if you are interested.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )at your option.
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.