pub type R64Sfloat = Pixel<R, _64, Float>;
Pixel type alias.
struct R64Sfloat { pub repr: [f64; 1], }
repr: [f64; 1]
Pixel representation.