I'm trying to make a text input (for username and password) in my game, and used TextOut to draw the text in a variable to the screen, over the area where the "input" is. The problem is that the text has a background, and isnt transparent. is there any way of removing the background from TextOut? like when you set transparent to true on labels?