image

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

Aliased Typeยง

struct Rgb32FImage { /* private fields */ }