Type Definition palette::Hsva[][src]

type Hsva<S = Srgb, T = f32> = Alpha<Hsv<S, T>, T>;

Linear HSV with an alpha component. See the Hsva implementation in Alpha.