pub type Rgb16Uint = Pixel<Rgb, _16, Uint>;
Pixel type alias.
struct Rgb16Uint { pub repr: [u16; 3], }
repr: [u16; 3]
Pixel representation.