BIS fnc colorConfigToRGBA: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Some wiki formatting)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Arrays
____________________________________________________________________________________________


| Converts config color format to RGBA array of numbers. |DESCRIPTION=
|descr= Converts config color format to RGBA array of numbers.
____________________________________________________________________________________________


| configColor call [[BIS_fnc_colorConfigToRGBA]] |SYNTAX=
|s1= configColor call [[BIS_fnc_colorConfigToRGBA]]


|p1= configColor: [[Array]] - config color |PARAMETER1=
|p1= configColor: [[Array]] - config color


| [[Color]] - format [r, g, b, a] |RETURNVALUE=
|r1= [[Array]] format [[Color|Color (RGBA)]]
____________________________________________________________________________________________


|x1= <code>["0.5 + 0.25",0,0,1] [[call]] [[BIS_fnc_colorConfigToRGBA]]; {{codecomment|// returns [0.75,0,0,1]}}</code> |EXAMPLE1=
|x1= <sqf>["0.5 + 0.25",0,0,1] call BIS_fnc_colorConfigToRGBA; // returns [0.75,0,0,1]</sqf>
____________________________________________________________________________________________


| [[Color]], [[BIS_fnc_colorRGBtoHTML]], [[BIS_fnc_colorRGBAtoHTML]], [[BIS_fnc_colorRGBAtoTexture]] |SEEALSO=
|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