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