pub type Rgba64Sfloat = Pixel<Rgba, _64, Float>;
Pixel type alias.
struct Rgba64Sfloat { pub repr: [f64; 4], }
repr: [f64; 4]
Pixel representation.