ctrlSetTextColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma1 *\| *(New )?Scripting Commands\}\}" to "") |
||
Line 33: | Line 33: | ||
}} | }} | ||
{{GameCategory|arma2|Scripting Commands}} | {{GameCategory|arma2|Scripting Commands}} | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} |
Revision as of 02:43, 13 June 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control
Syntax
- Syntax:
- control ctrlSetTextColor color
- Parameters:
- control: Control
- color: Array
- Return Value:
- Nothing
Examples
- Example 1:
_control ctrlSetTextColor [1, 0, 0, 1]
Additional Information
- See also:
- ctrlTextColorctrlSetText
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
- Posted on April 10, 2015 - 06:47 (UTC)
- Fight9
- When used on a CT_PROGRESS control, remove the configured "texture" first. The two will affect each other. - Arma 3 v1.42
- Posted on March 4, 2018 - 22:57 (UTC)
- feint
- This command can be used to change the color of the light that is illuminating a texture in a display. By default, textures are lit with white light at 100% [1,1,1,1];