Type Alias rerun::external::image::Rgb32FImage
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 */ }