ctrlSetBackgroundColor

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


display ctrlSetBackgroundColor color


Operand types:

display: Control

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 ctrlSetBackgroundColor [1, 0, 0, 1]