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