LerpToColor extension

on

Methods

interpolate(Color end, double step) Color
Interpolates to the defined step between this color and end.
lerpTo(Color color, int steps, {ColorSpace? colorSpace, bool excludeOriginalColors = false}) List<Color>
Returns the interpolated steps between this color and color.