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