GrayAlphaImage

Type Alias GrayAlphaImage 

Source
pub type GrayAlphaImage = ImageBuffer<LumaA<u8>, Vec<u8>>;
Expand description

Sendable grayscale + alpha channel image buffer

Aliased Typeยง

pub struct GrayAlphaImage { /* private fields */ }