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