ImgBgr

Type Alias ImgBgr 

Source
pub type ImgBgr<'a, A = u8> = ImageBuffer<Bgr<A>, &'a [A]>;

Aliased Typeยง

pub struct ImgBgr<'a, A = u8> { /* private fields */ }