Function colstodian::color::linear_srgba[][src]

pub fn linear_srgba<A: AlphaState>(
    r: f32,
    g: f32,
    b: f32,
    a: f32
) -> ColorAlpha<LinearSrgb, A>
Expand description

Creates a ColorAlpha in the LinearSrgb color space with components r, g, b, and a