pub type Rgb64Uint = Pixel<Rgb, _64, Uint>;
Pixel type alias.
struct Rgb64Uint { pub repr: [u64; 3], }
repr: [u64; 3]
Pixel representation.