Function sciter::graphics::rgb[][src]

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

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