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