[][src]Function pathfinder_color::rgbu

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

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

Alpha is set to 255.