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