Type Alias rerun::external::image::GrayAlphaImage
pub type GrayAlphaImage = ImageBuffer<LumaA<u8>, Vec<u8>>;
Expand description
Sendable grayscale + alpha channel image buffer
Aliased Typeยง
struct GrayAlphaImage { /* private fields */ }