Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Graphics3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public static ScaledColor Lerp(
	ScaledColor x,
	ScaledColor y,
	float amount
)
Public Shared Function Lerp ( _
	x As ScaledColor, _
	y As ScaledColor, _
	amount As Single _
) As ScaledColor

Parameters

x
ScaledColor
y
ScaledColor
amount
Single

See Also