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

type Laba<Wp, T = f32> = Alpha<Lab<Wp, T>, T>;

CIE L*a*b* (CIELAB) with an alpha component. See the Laba implementation in Alpha.