pub type R16Uscaled = Pixel<R, _16, Uscaled>;
Pixel type alias.
struct R16Uscaled { pub repr: [u16; 1], }
repr: [u16; 1]
Pixel representation.