I have an image but would like to be able to set the color to red and modify the opacity values so I can overlay it on top of another image. Something like image.setColor(1.0, 0.0, 0.0) and image.setOpacity(0.3) David