pub type Bgr8Srgb = Pixel<Bgr, _8, Srgb>;
Pixel type alias.
struct Bgr8Srgb { pub repr: [u8; 3], }
repr: [u8; 3]
Pixel representation.