btw do you guys know the easiest way, without shader, to colorize a sprite ?
I mean like "draw all pixels which arent alpha = 0, as RED (1,0,0,alpha)"
to showcase that someone is getting hit for example
with the least lines of code in libgdx or pure opengl
its the equivalent of Slicks .drawFlash()
and I looked at that code, somehting about MODULATE, but I didn't get it to work in libgdx, maybe because of the batch or maybe I copied one or two lines too many or too few
like this, when pink is actually transparent, as per png, and the white could be any specific color, in this case RED:
