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