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