Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 152 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 152 Bytes

colorrs

Color.rs is a color library for Rust

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