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

type Hwba<S = Srgb, T = f32> = Alpha<Hwb<S, T>, T>;
Expand description

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