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