Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/narven/colorrs

Color library for Rust
https://github.com/narven/colorrs

colors rust rust-lang

Last synced: 25 days ago
JSON representation

Color library for Rust

Awesome Lists containing this project

README

        

# colorrs

Color.rs is a color library for Rust

```rust
fn main() {
let _ = Rgba::new(10, 10, 10, None);
let _ = Rgba::new(10, 10, 10, 0.2);
}
```