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