Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Color Lerp(
Color other,
float interpolation
)
public Color Lerp(
Color other,
float interpolation
)
Public Function Lerp (
other As Color,
interpolation As Single
) As Color
Public Function Lerp (
other As Color,
interpolation As Single
) As Color
public:
virtual Color Lerp(
Color other,
float interpolation
) sealed
public:
virtual Color Lerp(
Color other,
float interpolation
) sealed
abstract Lerp :
other : Color *
interpolation : float32 -> Color
override Lerp :
other : Color *
interpolation : float32 -> Color
abstract Lerp :
other : Color *
interpolation : float32 -> Color
override Lerp :
other : Color *
interpolation : float32 -> Color
Return Value
Type:
ColorImplements
Lerp T Lerp(T, Single)