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