pub type Rg32Sint = Pixel<Rg, _32, Int>;
Pixel type alias.
struct Rg32Sint { pub repr: [u32; 2], }
repr: [u32; 2]
Pixel representation.