[go: up one dir, main page]

coolor 0.4.0

conversion between color formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Optional features in the Coolor crate:

## crossterm

This feature enables From/Into conversions between the coolor Color type and the [Crossterm](https://github.com/crossterm-rs/crossterm) Color type.

Example inclusion in Cargo.toml:

```toml
[dependencies]
coolor = { version="0.3", features=["crossterm"] }
```