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