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