Interpolates to the defined step between this color and end.
step
end
Color interpolate(Color end, double step) { return toRgbColor().interpolate(end.toRgbColor(), step).toColor(); }