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