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

type Hsla<T = f32> = Alpha<Hsl<T>, T>;

Linear HSL with an alpha component. See the Hsla implementation in Alpha.