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