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