Parse a color from an RGB(A) string.
Parse a color from an RGB(A) string. If the alpha component is missing, defaultAlpha is used
Interpolate colors by interpolating the RGBA components
Mix the provided colors together by averaging their RGBA components
An isomorphism between RGBA color strings and Color