pub type Rgba8Srgb = Pixel<Rgba, _8, Srgb>;
Pixel type alias.
struct Rgba8Srgb { pub repr: [u8; 4], }
repr: [u8; 4]
Pixel representation.