ctrlSetBackgroundColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Some wiki formatting)
 
(43 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma1 |Game name=
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|gr1= GUI Control |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Sets background color of given control. Only affects [[CT_COMBO]], [[CT_STATIC]], [[CT_STRUCTURED_TEXT]], [[CT_MAP]] and [[CT_MAP_MAIN]].
|game4= tkoh
{{Feature|arma3|Since Arma 3 v2.01.146630 [[CT_BUTTON]], [[CT_SHORTCUTBUTTON]] and [[CT_ACTIVETEXT]] controls are also supported.}} |DESCRIPTION=
|version4= 1.00
____________________________________________________________________________________________


| control '''ctrlSetBackgroundColor''' color |SYNTAX=
|game5= arma3
|version5= 0.50


|p1= control: [[Control]] |PARAMETER1=
|gr1= GUI Control


|p2= color: [[Array]] (format [[Color|Color (RGBA)]]) |PARAMETER2=
|descr= Sets background color of given control. Only affects:
 
{{Columns|2|
| [[Nothing]] |RETURNVALUE=
* [[CT_COMBO]]
____________________________________________________________________________________________
* [[CT_STATIC]]
 
* [[CT_STRUCTURED_TEXT]]
|x1= <code>_control [[ctrlSetBackgroundColor]] [1, 0, 0, 1]</code> |EXAMPLE1=
* [[CT_MAP]]
____________________________________________________________________________________________
* [[CT_MAP_MAIN]]
* {{GVI|arma3|2.02|size= 0.75}} [[CT_BUTTON]]
* {{GVI|arma3|2.02|size= 0.75}} [[CT_SHORTCUTBUTTON]]
* {{GVI|arma3|2.02|size= 0.75}} [[CT_ACTIVETEXT]]
}}


| [[allControls]], [[allDisplays]], [[controlsGroupCtrl]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]], [[displayParent]] |SEEALSO=
|s1= control [[ctrlSetBackgroundColor]] color


}}
|p1= control: [[Control]]


<h3 style="display:none">Notes</h3>
|p2= color: [[Array]] of [[Color|Color (RGBA)]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_control ctrlSetBackgroundColor [1, 0, 0, 1];</sqf>


[[Category:Scripting Commands|CTRLSETBACKGROUNDCOLOR]]
|seealso= [[allControls]] [[allDisplays]] [[controlsGroupCtrl]] [[ctrlDelete]] [[ctrlModel]] [[ctrlSetModel]] [[ctrlPosition]] [[ctrlSetPosition]] [[ctrlClassName]] [[ctrlModelScale]] [[ctrlSetModelScale]] [[ctrlModelDirAndUp]] [[ctrlSetModelDirAndUp]] [[displayParent]]
{{GameCategory|arma1|Scripting Commands}}
}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:45, 17 April 2023

Hover & click on the images for description

Description

Description:
Sets background color of given control. Only affects:
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetBackgroundColor color
Parameters:
control: Control
color: Array of Color (RGBA)
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetBackgroundColor [1, 0, 0, 1];

Additional Information

See also:
allControls allDisplays controlsGroupCtrl ctrlDelete ctrlModel ctrlSetModel ctrlPosition ctrlSetPosition ctrlClassName ctrlModelScale ctrlSetModelScale ctrlModelDirAndUp ctrlSetModelDirAndUp displayParent

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