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