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