Namespace: DeltaEngine.Rendering2D.ShapesAssembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public OutlineColor Lerp(
OutlineColor other,
float interpolation
)
public OutlineColor Lerp(
OutlineColor other,
float interpolation
)
Public Function Lerp (
other As OutlineColor,
interpolation As Single
) As OutlineColor
Public Function Lerp (
other As OutlineColor,
interpolation As Single
) As OutlineColor
public:
virtual OutlineColor^ Lerp(
OutlineColor^ other,
float interpolation
) sealed
public:
virtual OutlineColor^ Lerp(
OutlineColor^ other,
float interpolation
) sealed
abstract Lerp :
other : OutlineColor *
interpolation : float32 -> OutlineColor
override Lerp :
other : OutlineColor *
interpolation : float32 -> OutlineColor
abstract Lerp :
other : OutlineColor *
interpolation : float32 -> OutlineColor
override Lerp :
other : OutlineColor *
interpolation : float32 -> OutlineColor
Return Value
Type:
OutlineColorImplements
Lerp T Lerp(T, Single)