libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ColorAction

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

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)