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