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

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

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