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