Type Alias Rgb32FImage
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.
Rgb32FImagepub 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.