pub type Bgra8Uint = Pixel<Bgra, _8, Uint>;
Pixel type alias.
struct Bgra8Uint { pub repr: [u8; 4], }
repr: [u8; 4]
Pixel representation.