Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NETNamespace: Visual3D.Graphics3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)
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