Method GetLerp
GetLerp(float, float, ColorHSL, ColorHSL)
Returns a response curve that represents a linear interpolation of the given output values between the given input values.
public static ResponseCurveHSL GetLerp(float input0, float input1, ColorHSL output0, ColorHSL output1)