pub type Rgba16Sint = Pixel<Rgba, _16, Int>;
Pixel type alias.
struct Rgba16Sint { pub repr: [u16; 4], }
repr: [u16; 4]
Pixel representation.