[−][src]Type Definition palette::luma::Lumaa
type Lumaa<S = Srgb, T = f32> = Alpha<Luma<S, T>, T>;
Luminance with an alpha component. See the Lumaa
implementation
in Alpha
.
type Lumaa<S = Srgb, T = f32> = Alpha<Luma<S, T>, T>;
Luminance with an alpha component. See the Lumaa
implementation
in Alpha
.