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