ctrlSetForegroundColor

From Bohemia Interactive Community
Revision as of 02:09, 6 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


display ctrlSetForegroundColor color


Operand types:

display': Display

color: Array

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets background color of given control. Color is in format Color.

Example:

_control ctrlSetForegroundColor [1, 0, 0, 1]