palette::Rgba
[−]
[src]
type Rgba<T = f32> = Alpha<Rgb<T>, T>;
Linear RGB with an alpha component. See the Rgba implementation in Alpha.
type Rgba<T = f32> = Alpha<Rgb<T>, T>;
Linear RGB with an alpha component. See the Rgba implementation in Alpha.