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