pub type RGBA = LinSrgba<f64>;Aliased Type§
#[repr(C)]pub struct RGBA {
pub color: Rgb<Linear<Srgb>, f64>,
pub alpha: f64,
}Fields§
§color: Rgb<Linear<Srgb>, f64>The color.
alpha: f64The transparency component. 0.0 is fully transparent and 1.0 is fully opaque.