Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ColorAction
-
Packages that use ColorAction Package Description 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 Modifier and Type Method Description static ColorActionActions. color(Color color)Sets the actor's color instantly.static ColorActionActions. color(Color color, float duration)Transitions from the color at the time this action starts to the specified color.static ColorActionActions. color(Color color, float duration, Interpolation interpolation)Transitions from the color at the time this action starts to the specified color.
-