pub type Rg32Sfloat = Pixel<Rg, _32, Float>;
Pixel type alias.
struct Rg32Sfloat { pub repr: [f32; 2], }
repr: [f32; 2]
Pixel representation.