BIS fnc colorConfigToRGBA: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=") |
||
Line 9: | Line 9: | ||
| Converts config color format to RGBA array of numbers. | | Converts config color format to RGBA array of numbers. | ||
| configColor call [[BIS_fnc_colorConfigToRGBA]] | |s1= configColor call [[BIS_fnc_colorConfigToRGBA]] | ||
|p1= configColor: [[Array]] - config color | |p1= configColor: [[Array]] - config color |
Revision as of 22:43, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Arrays
Syntax
- Syntax:
- configColor call BIS_fnc_colorConfigToRGBA
- Parameters:
- configColor: Array - config color
- Return Value:
- Return value needed
Examples
- Example 1:
["0.5 + 0.25",0,0,1] call BIS_fnc_colorConfigToRGBA; // returns [0.75,0,0,1]
Additional Information
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