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