Method GetLerp
GetLerp(ColorHSL, ColorHSL)
Returns a gradient that represents a linear interpolation between two colors.
public static GradientHSL GetLerp(ColorHSL color1, ColorHSL color2)
Parameters
Returns
- GradientHSL
A GradientHSL that represents a linear interpolation between color1 and color2.