GetTextColor
From MaratisWiki
(Difference between revisions)
(Created page with "Return a table with the color of the text with this format {red, green, blue, alpha}") |
Dahnielson (Talk | contribs) m |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | Return a table with the color of the text with this format {red, green, blue, alpha} | + | {{lua-function|getTextColor|object}} |
| + | |||
| + | Return a table with the color of the text with this format <code>{red, green, blue, alpha}</code>. | ||
| + | |||
| + | {{lua-function-param|object|object to operate on}} | ||
| + | |||
| + | [[Category:Lua scripting]] | ||
| + | [[Category:Lua function]] | ||
| + | [[Category:Text]] | ||
Latest revision as of 00:04, 9 February 2014
getTextColor(object)
Return a table with the color of the text with this format {red, green, blue, alpha}.
-
object: object to operate on