pub type Rgb64Sfloat = Pixel<Rgb, _64, Float>;
Pixel type alias.
struct Rgb64Sfloat { pub repr: [f64; 3], }
repr: [f64; 3]
Pixel representation.