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