Yeah. Forecolor is the way to go.
For simple colors, try syntax such as
text1.forecolor = QBColor(3)
For more complex colors, you specify the RGB value, usually shown as a hex number
eg text1.forecolor = &hffcc00
Colors that begin with &h80nnnnnn are system colors, like 'buttonface' and the like.