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