pub type Rgba64Uint = Pixel<Rgba, _64, Uint>;
Pixel type alias.
struct Rgba64Uint { pub repr: [u64; 4], }
repr: [u64; 4]
Pixel representation.