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