[][src]Function nannou::ui::color::rgb_bytes

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

Create RGB colors from numbers between 0 and 255 inclusive.