pub type Abgr8Uint = Pixel<Abgr, _8, Uint>;
Pixel type alias.
struct Abgr8Uint { pub repr: [u8; 4], }
repr: [u8; 4]
Pixel representation.