Type Definition nannou_core::prelude::Hsva[][src]

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

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