Difference between revisions of "TextField:setTextColor"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> <br /> Sets the color of the text in a text field in hexadecimal format.<br /> <br /> <br /> <s...")
 
Line 8: Line 8:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= TextField:setTextColor(color,)
+
TextField:setTextColor(color)
 
</source>
 
</source>
'''color:''' (number) color of the text in hexadecimal format. ''''''<br/>
+
'''color''': (number) color of the text in hexadecimal format. ''''''<br/>

Revision as of 11:19, 23 August 2018

Available since: Gideros 2011.6

Description



Sets the color of the text in a text field in hexadecimal format.


 TextField:setTextColor(color)

'color: (number) color of the text in hexadecimal format. '