pub type RgbaF32 = Rgba<f32>;
pub struct RgbaF32 { pub r: f32, pub g: f32, pub b: f32, pub a: f32, }
r: f32
g: f32
b: f32
a: f32