|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorAction | |
---|---|
com.badlogic.gdx.scenes.scene2d.actions |
Uses of ColorAction in com.badlogic.gdx.scenes.scene2d.actions |
---|
Methods in com.badlogic.gdx.scenes.scene2d.actions that return ColorAction | |
---|---|
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. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |