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