pub type R32Sfloat = Pixel<R, _32, Float>;
Pixel type alias.
struct R32Sfloat { pub repr: [f32; 1], }
repr: [f32; 1]
Pixel representation.