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