ctrlSetBackgroundColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated description)
m (Some wiki formatting)
 
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma |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 Comboboxes, Static Text, Structured Text or Maps.
|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|
* [[CT_COMBO]]
* [[CT_STATIC]]
* [[CT_STRUCTURED_TEXT]]
* [[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]]
}}


| [[Nothing]] |RETURNVALUE=
|s1= control [[ctrlSetBackgroundColor]] color
____________________________________________________________________________________________
 
|x1= <code>_control [[ctrlSetBackgroundColor]] [1, 0, 0, 1]</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[allControls]], [[allDisplays]], [[controlsGroupCtrl]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]], [[displayParent]] |SEEALSO=
|p1= control: [[Control]]


}}
|p2= color: [[Array]] of [[Color|Color (RGBA)]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_control ctrlSetBackgroundColor [1, 0, 0, 1];</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[allControls]] [[allDisplays]] [[controlsGroupCtrl]] [[ctrlDelete]] [[ctrlModel]] [[ctrlSetModel]] [[ctrlPosition]] [[ctrlSetPosition]] [[ctrlClassName]] [[ctrlModelScale]] [[ctrlSetModelScale]] [[ctrlModelDirAndUp]] [[ctrlSetModelDirAndUp]] [[displayParent]]
 
}}
[[Category:Scripting Commands|CTRLSETBACKGROUNDCOLOR]]
[[Category:Scripting Commands Armed Assault|CTRLSETBACKGROUNDCOLOR]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
 
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on May 10, 2017 - 14:31 (UTC)</dd>
<dt class="note">[[User:Dedmen|Dedmen]]</dt>
<dd class="note">
According to https://feedback.bistudio.com/T78904
This definitely doesn't work with RscButton controls.<br>
{{quote|Only affects Comboboxes, Static Text, Structured Text or Maps.||https://resources.bisimulations.com/wiki/ctrlSetBackgroundColor}}
</dd>
</dl>
<!-- DISCONTINUE Notes -->

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