ctrlSetBackgroundColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.00 | |1.00 | ||
|gr1= GUI Control | |gr1= GUI Control | ||
| Sets background color of given control. Only affects: | | Sets background color of given control. Only affects: | ||
Line 15: | Line 15: | ||
* [[CT_BUTTON]] {{Since|arma3|2.01}} | * [[CT_BUTTON]] {{Since|arma3|2.01}} | ||
* [[CT_SHORTCUTBUTTON]] {{Since|arma3|2.01}} | * [[CT_SHORTCUTBUTTON]] {{Since|arma3|2.01}} | ||
* [[CT_ACTIVETEXT]] {{Since|arma3|2.01}} | * [[CT_ACTIVETEXT]] {{Since|arma3|2.01}} | ||
| control '''ctrlSetBackgroundColor''' color | | control '''ctrlSetBackgroundColor''' color | ||
|p1= control: [[Control]] | |p1= control: [[Control]] | ||
|p2= color: [[Array]] (format [[Color|Color (RGBA)]]) | |p2= color: [[Array]] (format [[Color|Color (RGBA)]]) | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>_control [[ctrlSetBackgroundColor]] [1, 0, 0, 1];</code> | |x1= <code>_control [[ctrlSetBackgroundColor]] [1, 0, 0, 1];</code> | ||
| [[allControls]], [[allDisplays]], [[controlsGroupCtrl]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]], [[displayParent]] | | [[allControls]], [[allDisplays]], [[controlsGroupCtrl]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]], [[displayParent]] | ||
}} | }} |
Revision as of 00:27, 18 January 2021
Description
- Description:
- Sets background color of given control. Only affects:
- Groups:
- GUI Control
Syntax
- Syntax:
- control ctrlSetBackgroundColor color
- Parameters:
- control: Control
- color: Array (format Color (RGBA))
- Return Value:
- Nothing
Examples
- Example 1:
_control ctrlSetBackgroundColor [1, 0, 0, 1];
Additional Information
- See also:
- allControlsallDisplayscontrolsGroupCtrlctrlDeletectrlModelctrlSetModelctrlPositionctrlSetPositionctrlClassNamectrlModelScalectrlSetModelScalectrlModelDirAndUpctrlSetModelDirAndUpdisplayParent
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