How to change the textColor in Corona SDK? By James | November 28, 2011 0 Comment This is really simple in Corona, just use textObject:setTextColor( 255,255,255 ) local textObject = display.newText( "Hello World!", 50, 50, native.systemFont, 24 ) textObject:setTextColor( 255,255,255 )