pub type Rgba32Sint = Pixel<Rgba, _32, Int>;
Pixel type alias.
struct Rgba32Sint { pub repr: [u32; 4], }
repr: [u32; 4]
Pixel representation.