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

pub type Lcha<Wp, T = f32> = Alpha<Lch<Wp, T>, T>;
Expand description

CIE L*C*h° with an alpha component. See the Lcha implementation in Alpha.