Difference between revisions of "TextField:getTextColor"

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

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description


(number) = TextField:getTextColor()

Returns (number) The color of the text in a text field, in hexadecimal format.