logo
pub fn rgb(red: u8, green: u8, blue: u8) -> Color
Expand description

Construct a color value (in RGBA form) from the red, green and blue components.