Interpolate between two colors
The color space that is used for the interpolation
interpolate : Space -> Color -> Color -> Basics.Float -> Color
Linear interpolation of two colors by a factor between 0 and 1.
0
1