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