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