libtcod-net
Interpolate Method (c1, c2, coef)
NamespaceslibtcodWrapperColorInterpolate(Color, Color, Single)
Interpolate (lerp) a Color with another Color
Declaration Syntax
C#
public static Color Interpolate(
	Color c1,
	Color c2,
	float coef
)
Parameters
c1 (Color)
First Color
c2 (Color)
Second Color
coef (Single)
Interpolate Coefficient
Return Value
New Color

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)