Page 1 of 1

Urgh, how can I make an image work with setColor?

Posted: Mon Dec 01, 2008 12:31 am
by Kuromeku
I have a plain white image, but no matter what, setColor doesn't change it's color from white :(

Re: Urgh, how can I make an image work with setColor?

Posted: Mon Dec 01, 2008 12:34 am
by rude
love.graphics.setColorMode(love.color_modulate)

I think this will be the default mode in future versions (I'm not 100% sure yet).

Re: Urgh, how can I make an image work with setColor?

Posted: Mon Dec 01, 2008 12:34 am
by Kuromeku
Ah thank you.