pub type Rgba32Sfloat = Pixel<Rgba, _32, Float>;
Pixel type alias.
struct Rgba32Sfloat { pub repr: [f32; 4], }
repr: [f32; 4]
Pixel representation.