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

type Hwba<T = f32> = Alpha<Hwb<T>, T>;

Linear HWB with an alpha component. See the Hwba implementation in Alpha.