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