pub type RgbF32 = Rgb<f32>;
pub struct RgbF32 { pub r: f32, pub g: f32, pub b: f32, }
r: f32
g: f32
b: f32