BIS fnc colorRGBAtoHTML: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
mNo edit summary |
||
Line 5: | Line 5: | ||
|1.00|Game version= | |1.00|Game version= | ||
|gr1 = Arrays |GROUP1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 15:17, 12 October 2020
Description
- Description:
- Converts RGBA color format to #AARRGGBB HTML color format.
- Execution:
- call
- Groups:
- Arrays
Syntax
- Syntax:
- colorArray call BIS_fnc_colorRGBAtoHTML
- Parameters:
- colorArray: Color - in [r, g, b, a] format
- Return Value:
- String - format #AARRGGBB
Examples
- Example 1:
[0,0,0,1] call BIS_fnc_colorRGBAtoHTML; // will return #FF000000
- Example 2:
[2,93,0,1] call BIS_fnc_colorRGBAtoHTML; // will return #FF025D00
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