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