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

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

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