pub type Rgba8Uscaled = Pixel<Rgba, _8, Uscaled>;
Pixel type alias.
struct Rgba8Uscaled { pub repr: [u8; 4], }
repr: [u8; 4]
Pixel representation.