How to remove a tint on an image after applying it?

I have an image loaded via display.newImageRect(), I then used object:setFillColor() to tint it. Once I have done that, is it possible to remove the tint and go back to the original image that I have?

I’ve looked around the docs and can’t seem to find an answer.

Thx!

Andrew

Hi Andrew,

Setting the fill color back to “white” should restore the image to its original look.

Brent

Thanks Brent!

Hi Andrew,

Setting the fill color back to “white” should restore the image to its original look.

Brent

Thanks Brent!