pub type R8Srgb = Pixel<R, _8, Srgb>;
Pixel type alias.
struct R8Srgb { pub repr: [u8; 1], }
repr: [u8; 1]
Pixel representation.