Click or drag to resize

ResponseCurveColorGetLerp Method

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static ResponseCurveColor GetLerp(
	float x0,
	float x1,
	Color y0,
	Color y1
)

Parameters

x0
Type: SystemSingle
x1
Type: SystemSingle
y0
Type: Color
y1
Type: Color

Return Value

Type: ResponseCurveColor
See Also