public class ColorAnimation
extends com.artemis.Component
| Modifier and Type | Field and Description |
|---|---|
Color |
age |
float |
duration |
Color |
endColor |
Color |
speed |
Color |
startColor |
InterpolationStrategy |
tween |
| Constructor and Description |
|---|
ColorAnimation(Color startColor,
Color endColor,
InterpolationStrategy tween,
float speed,
float duration) |
public Color startColor
public Color endColor
public InterpolationStrategy tween
public float duration
public Color speed
public Color age
public ColorAnimation(Color startColor, Color endColor, InterpolationStrategy tween, float speed, float duration)
startColor - endColor - tween - speed - duration - duration until this ends, or -1 if unending.Copyright © 2014. All Rights Reserved.