[][src]Type Definition nannou::color::LinSrgba

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

Linear sRGB with an alpha component.