pub type Rgb32FImage = ImageBuffer<Rgb<f32>, Vec<f32>>;
An image buffer for 32-bit float RGB pixels, where the backing container is a flattened vector of floats.
struct Rgb32FImage { /* private fields */ }