ctrlSetTextColor

From Bohemia Interactive Community
Revision as of 14:05, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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]