[−][src]Type Definition palette::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
.
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
.