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