pub type Rg64Sfloat = Pixel<Rg, _64, Float>;
Pixel type alias.
struct Rg64Sfloat { pub repr: [f64; 2], }
repr: [f64; 2]
Pixel representation.