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