ctrlSetTextColor

From Bohemia Interactive Community
Revision as of 02:21, 6 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]