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