ctrlTextColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Color" to "Color (RGBA)")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |Game name=
|game1= arma3
|version1= 2.02


|2.01|Game version=
|gr1= GUI Control


|gr1= GUI Control |GROUP1=
|descr= Returns control's text color in [[Color|Color (RGBA)]] format (see [[ctrlSetTextColor]]).
____________________________________________________________________________________________


| Returns control's text color in [[Color|Color (RGBA)]] format (see [[ctrlSetTextColor]]).|DESCRIPTION=
|s1= [[ctrlTextColor]] control
____________________________________________________________________________________________


| '''ctrlTextColor''' control |SYNTAX=
|p1= control: [[Control]]


|p1= control: [[Control]] |PARAMETER1=
|r1= [[Array]] - text color


| [[Array]] - text color |RETURNVALUE=
|x1= <sqf>ctrlTextColor _control;</sqf>
____________________________________________________________________________________________
 
|x1= <code>[[ctrlTextColor]] _control</code> |EXAMPLE1=
____________________________________________________________________________________________
 
|[[ctrlSetTextColor]], [[ctrlText]]  |SEEALSO=


|seealso= [[ctrlSetTextColor]] [[ctrlText]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|CTRLTEXTCOLOR]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:16, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns control's text color in Color (RGBA) format (see ctrlSetTextColor).
Groups:
GUI Control

Syntax

Syntax:
ctrlTextColor control
Parameters:
control: Control
Return Value:
Array - text color

Examples

Example 1:
ctrlTextColor _control;

Additional Information

See also:
ctrlSetTextColor ctrlText

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