ori::core::canvas

Function rgba

Source
pub fn rgba(r: f32, g: f32, b: f32, a: f32) -> Color
Expand description

Create a new color, with the given red, green, blue and alpha components.