pub type Rgb32Sfloat = Pixel<Rgb, _32, Float>;
Pixel type alias.
struct Rgb32Sfloat { pub repr: [f32; 3], }
repr: [f32; 3]
Pixel representation.