Function sciter::graphics::rgba[][src]

pub fn rgba((r, g, b): (u8, u8, u8), opacity: u8) -> Color

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