pub type Bgr8Uint = Pixel<Bgr, _8, Uint>;
Pixel type alias.
struct Bgr8Uint { pub repr: [u8; 3], }
repr: [u8; 3]
Pixel representation.