pub type Rgba16Sscaled = Pixel<Rgba, _16, Iscaled>;
Pixel type alias.
struct Rgba16Sscaled { pub repr: [u16; 4], }
repr: [u16; 4]
Pixel representation.