[−][src]Type Definition palette::Colora
type Colora<S = Srgb, T = f32> = Alpha<Color<S, T>, T>;
Generic color with an alpha component. See the Colora
implementation in Alpha
.
type Colora<S = Srgb, T = f32> = Alpha<Color<S, T>, T>;
Generic color with an alpha component. See the Colora
implementation in Alpha
.