pub type Rg64Sint = Pixel<Rg, _64, Int>;
Pixel type alias.
struct Rg64Sint { pub repr: [u64; 2], }
repr: [u64; 2]
Pixel representation.