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