pub const fn rgba8(r: u8, g: u8, b: u8, a: u8) -> AlphaColor<Srgb>
Construct an AlphaColor<Srgb> from rgba u8
AlphaColor<Srgb>