Click or drag to resize
DigitalRuneColorTraitsInterpolate Method
Performs a linear interpolation between two animation values.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Interpolate(
	ref Color source,
	ref Color target,
	float parameter,
	ref Color result
)

Parameters

source
Type: Color
In: The source value.
target
Type: Color
In: The target value.
parameter
Type: SystemSingle
The interpolation parameter; also known as interpolation factor or weight of the target value.
result
Type: Color
Out: The result of the interpolation.

Implements

IAnimationValueTraitsTInterpolate(T, T, Single, T)
See Also