Type Definition image::Rgb32FImage

source · []
pub type Rgb32FImage = ImageBuffer<Rgb<f32>, Vec<f32>>;
Expand description

An image buffer for 32-bit float RGB pixels, where the backing container is a flattened vector of floats.