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