# ColorBox
[![Latest Release][crates-io-badge]][crates-io-url]
[![Documentation][docs-rs-img]][docs-rs-url]
A low-level toolbox for working with color transforms.
ColorBox does NOT provide any kind of framework for doing color
management or maintaining color pipelines, it only provides tools for
constructing and working with color transforms. As such, most people
probably won't want to use this crate directly.
## License
This project is 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.
## Contributing
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in ColorBox by you will be licensed as above,
without any additional terms or conditions.
[crates-io-badge]: https://img.shields.io/crates/v/colorbox.svg
[crates-io-url]: https://crates.io/crates/colorbox
[docs-rs-img]: https://docs.rs/colorbox/badge.svg
[docs-rs-url]: https://docs.rs/colorbox