BIS fnc colorConfigToRGBA: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Some wiki formatting)
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Arrays


|1.00|= Game version
|descr= Converts config color format to RGBA array of numbers.
____________________________________________________________________________________________


| <pre>/*
|s1= configColor call [[BIS_fnc_colorConfigToRGBA]]


Description:
|p1= configColor: [[Array]] - config color
Converts config color format to RGBA array of numbers.
["0.5 + 0.25",0,0,1] becomes [0.75,0,0,1]


Parameter(s):
|r1= [[Array]] format [[Color|Color (RGBA)]]
0: ARRAY - color in RGBA format


Returns:
|x1= <sqf>["0.5 + 0.25",0,0,1] call BIS_fnc_colorConfigToRGBA; // returns [0.75,0,0,1]</sqf>
ARRAY
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_colorConfigToRGBA]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[Color|Color (RGBA)]] [[BIS_fnc_colorRGBtoHTML]] [[BIS_fnc_colorRGBAtoHTML]] [[BIS_fnc_colorRGBAtoTexture]]
}}
}}
<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:Function Group: Misc|{{uc:colorConfigToRGBA}}]]
[[Category:Functions|{{uc:colorConfigToRGBA}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:colorConfigToRGBA}}]]

Latest revision as of 00:17, 13 July 2022

Hover & click on the images for description

Description

Description:
Converts config color format to RGBA array of numbers.
Execution:
call
Groups:
Arrays

Syntax

Syntax:
configColor call BIS_fnc_colorConfigToRGBA
Parameters:
configColor: Array - config color
Return Value:
Array format Color (RGBA)

Examples

Example 1:
["0.5 + 0.25",0,0,1] call BIS_fnc_colorConfigToRGBA; // returns [0.75,0,0,1]

Additional Information

See also:
Color (RGBA) BIS_fnc_colorRGBtoHTML BIS_fnc_colorRGBAtoHTML BIS_fnc_colorRGBAtoTexture

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