pub type Rgb32Uint = Pixel<Rgb, _32, Uint>;
Pixel type alias.
struct Rgb32Uint { pub repr: [u32; 3], }
repr: [u32; 3]
Pixel representation.