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