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