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