pub type Rg8Unorm = Pixel<Rg, _8, Unorm>;
Pixel type alias.
struct Rg8Unorm { pub repr: [u8; 2], }
repr: [u8; 2]
Pixel representation.