gdl
pub fn new_rgb(r: u8, g: u8, b: u8) -> Rgb
Create a new RGB colour. TODO Will be using struct impl soon.