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