ctrlSetTextColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''display'' '''ctrlSetTextColor''' ''color''</h2>
<h2 style="color:#000066">'''''display'' ctrlSetTextColor ''color'''''</h2>




Line 22: Line 22:
'''Description:'''
'''Description:'''


Sets text color of given control. Color is in format Color.
Sets text color of given control.
 
Color is in format [[Color]].
 


'''Example''':
'''Example''':
      
      
_control '''ctrlSetTextColor''' [1, 0, 0, 1]
_control '''ctrlSetTextColor''' [1, 0, 0, 1]

Revision as of 14:05, 6 July 2006


display ctrlSetTextColor color


Operand types:

display: Control

color: Array

Type of returned value:

Nothing

Compatibility:

Added in version 2.50

Description:

Sets text color of given control.

Color is in format Color.


Example:

_control ctrlSetTextColor [1, 0, 0, 1]