Function rgbu

Source
pub fn rgbu(r: u8, g: u8, b: u8) -> ColorU
Expand description

A convenience method to construct a ColorU from an RGB triple.

Alpha is set to 255.