Set the text color for that background. All previously printed text on the background will stay the same color, only the text that is printed after the SetColor function is affected.
color can be a number from 0 to 9. 0 = white, 1 = red, 2 = green, 3 = blue, 4 = purple, 5 = cyan, 6 = yellow, 7 = light grey, 8 = dark grey, 9 = black.
Print text to the screen.
x can be a number from 0 to 31. It controls where the text will start printing to, horizontally.
y can be a number from 0 to 23. It controls where the text will start printing to, vertically.
text is the string that will be printed.
Clear all text on that background.