Game Development Community

Adding a tint to images

by Jeff Brown · in Torque Game Builder · 05/12/2009 (10:00 am) · 3 replies

Is there a way to add a color tint over a certain image? I'm making a tower defense game and when the enemies walk through the poison I would like them to turn slightly green.

#1
05/12/2009 (10:26 am)
See setBlendColor().
#2
05/12/2009 (10:27 am)
The blending methods should do what you want.

#3
05/12/2009 (2:36 pm)
Worked like a charm, thanks.