Type Definition palette::Hsla[][src]

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

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