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