| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.actions |
| Modifier and Type | Method and Description |
|---|---|
static ColorAction |
Actions.color(Color color)
Sets the actor's color instantly.
|
static ColorAction |
Actions.color(Color color,
float duration)
Transitions from the color at the time this action starts to the specified color.
|
static ColorAction |
Actions.color(Color color,
float duration,
Interpolation interpolation)
Transitions from the color at the time this action starts to the specified color.
|