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

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

Linear sRGB with an alpha component.