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