Type Definition nannou_core::prelude::rgb::LinSrgba[][src]

pub type LinSrgba<T = f32> = Alpha<Rgb<Linear<Srgb>, T>, T>;
Expand description

Linear sRGB with an alpha component.