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