Animates a Color value by applying an animation to each component of the color. (Only available in the XNA-compatible build.)

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public class ColorAnimation : Animation<Color>
Visual Basic
Public Class ColorAnimation _
	Inherits Animation(Of Color)
Visual C++
public ref class ColorAnimation : public Animation<Color>

Remarks

This type is available only in the XNA-compatible build of the DigitalRune.Animations.dll.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..Animation<(Of <(<'Color>)>)>
    DigitalRune.Animation..::..ColorAnimation

See Also