pub type Rg16Sscaled = Pixel<Rg, _16, Iscaled>;
Pixel type alias.
struct Rg16Sscaled { pub repr: [u16; 2], }
repr: [u16; 2]
Pixel representation.