Type Alias Rgba32FImage
pub type Rgba32FImage = ImageBuffer<Rgba<f32>, Vec<f32>>;
An image buffer for 32-bit float RGBA pixels, where the backing container is a flattened vector of floats.
Rgba32FImagepub type Rgba32FImage = ImageBuffer<Rgba<f32>, Vec<f32>>;
An image buffer for 32-bit float RGBA pixels, where the backing container is a flattened vector of floats.