Game Development Community

GuiBitmapCtrl blend color

by Brian Carter · in Torque Game Builder · 03/25/2008 (12:24 pm) · 2 replies

Anybody know if there is a way to get the effect of setBlendColor on a GuiBitmapCtrl? I need to find a way to "colorize" the bitmap based on some slider values. Anybody have any ideas?

#1
03/25/2008 (4:26 pm)
GUI components cannot use blending, you would have to modify the source to do it.
#2
03/25/2008 (4:56 pm)
Yeah I saw that, but thanks. Just trying to think of a way around it - worst case I will modify the engine to allow that functionality I guess.