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