pub type Rgb8Uint = Pixel<Rgb, _8, Uint>;
Pixel type alias.
struct Rgb8Uint { pub repr: [u8; 3], }
repr: [u8; 3]
Pixel representation.