Hi all, I come to see if anyone can tell me how to put a text color in python, for example here.
self.sema = ui.TextLine()
self.sema.SetDefaultFontName()
self.sema.SetPosition((wndMgr.GetScreenWidth()-1385)+120, 450)
self.sema.SetText("Text Here"") # As I put color text here?
self.sema.SetOutline()
Greetings and thanks.







