The simplest would be to have a separate texture where the sprite comes in white, and draw the white version on top of the normal one, possibly using alpha blending.
You could also use a fragment shader that makes the sprite appear white, but this requires knowledge about GLSL.