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