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