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