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