Just a small question I couldn't find anywhere else: Is there a way to change color to a sprite or texture directly (without messing with the image first) other than setColor? I want to color some parts of the sprite, but not all of it (mainly leave the white in the image intact), it can be easily done handling the image first, but I know that's not very good timewise.
Edit: Just read a bit further and realized that you can't do it directly, sorry for the dumb mistake of having made this thread (tried deleting it, but it wouldn't allow me).