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