pub type R8Snorm = Pixel<R, _8, Inorm>;
Pixel type alias.
struct R8Snorm { pub repr: [u8; 1], }
repr: [u8; 1]
Pixel representation.