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