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).
actor.getProperty().setColor(1, 1, 1)
actor.getProperty().setOpacity(1)