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