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