Click or drag to resize
DigitalRuneColorAnimation Constructor (IAnimationSingle, IAnimationSingle, IAnimationSingle, IAnimationSingle)
Initializes a new instance of the ColorAnimation class with the specified animations.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public ColorAnimation(
	IAnimation<float> r,
	IAnimation<float> g,
	IAnimation<float> b,
	IAnimation<float> a
)

Parameters

r
Type: DigitalRune.AnimationIAnimationSingle
The animation of the red component.
g
Type: DigitalRune.AnimationIAnimationSingle
The animation of the green component.
b
Type: DigitalRune.AnimationIAnimationSingle
The animation of the blue component.
a
Type: DigitalRune.AnimationIAnimationSingle
The animation of the alpha component.
See Also