Click or drag to resize
DigitalRuneColorTraitsCopy Method
Copies the specified animation value.

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

Parameters

source
Type: Color
In: The source value.
target
Type: Color
Out: The target value.

Implements

IAnimationValueTraitsTCopy(T, T)
See Also