Function colstodian::color::linear_srgb[][src]

pub fn linear_srgb<St: State>(r: f32, g: f32, b: f32) -> Color<LinearSrgb, St>
Expand description

Creates a Color in the LinearSrgb color space in the St State with components r, g, and b.