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