BIS fnc colorConfigToRGBA: Difference between revisions

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


| arma3
|game1= arma3
|version1= 1.00


|1.00
|gr1= Arrays


|gr1 = Arrays
|descr= Converts config color format to RGBA array of numbers.


| Converts config color format to RGBA array of numbers.
|s1= configColor call [[BIS_fnc_colorConfigToRGBA]]
 
| configColor call [[BIS_fnc_colorConfigToRGBA]]


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


| [[Color|Color (RGBA)]] - format [r, g, b, a]
|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>
|x1= <sqf>["0.5 + 0.25",0,0,1] call BIS_fnc_colorConfigToRGBA; // returns [0.75,0,0,1]</sqf>


| [[Color|Color (RGBA)]], [[BIS_fnc_colorRGBtoHTML]], [[BIS_fnc_colorRGBAtoHTML]], [[BIS_fnc_colorRGBAtoTexture]]
|seealso= [[Color|Color (RGBA)]] [[BIS_fnc_colorRGBtoHTML]] [[BIS_fnc_colorRGBAtoHTML]] [[BIS_fnc_colorRGBAtoTexture]]
}}
}}
[[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