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