ori::core::canvas

Function rgb

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

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