|  | Vector4TraitsEndBlend Method | 
            Finalizes the interpolation of n animation values.
            
 
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic void EndBlend(
	ref Vector4 value
)
Public Sub EndBlend ( 
	ByRef value As Vector4
)
public:
virtual void EndBlend(
	Vector4% value
) sealed
abstract EndBlend : 
        value : Vector4 byref -> unit 
override EndBlend : 
        value : Vector4 byref -> unit Parameters
- value
- Type: Vector4
 In: The current animation value. (The intermediate result of the blend operation.)
 Out: The result of the blend operation.
Implements
IAnimationValueTraitsTEndBlend(T) See Also
See Also