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