Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pub enum Color {
- RGB { r: u8, g: u8, b: u8 },
- CMYK { c: f64, m: f64, y: f64, k: f64 },
- HSL { h: f64, s: f64, l: f64 },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement