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