pub type Bgr8Unorm = Pixel<Bgr, _8, Unorm>;
Pixel type alias.
#[repr(transparent)]pub struct Bgr8Unorm { pub repr: [u8; 3], }
repr: [u8; 3]
Pixel representation.