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

type Lcha<T = f32> = Alpha<Lch<T>, T>;

CIE LCh° with an alpha component. See the Lcha implementation in Alpha.