Color

If you just want color and opacity to be set on the actor, you can do actor.getProperty().setColor(1, 1, 1) (for white color), and actor.getProperty().setOpacity(1) (for fully opaque).