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