pub fn rgb_bytes(r: u8, g: u8, b: u8) -> Color
Expand description

Create RGB colors from numbers between 0 and 255 inclusive.