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