BIS fnc colorRGBAtoHTML: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Arrays | |gr1= Arrays | ||
| Converts RGBA color format to #AARRGGBB HTML color format. | |descr= Converts RGBA color format to #AARRGGBB HTML color format. | ||
| colorArray call [[BIS_fnc_colorRGBAtoHTML]] | |s1= colorArray call [[BIS_fnc_colorRGBAtoHTML]] | ||
|p1= colorArray: [[Color|Color (RGBA)]] - in [r, g, b, a] format | |p1= colorArray: [[Color|Color (RGBA)]] - in [r, g, b, a] format | ||
|r1=[[String]] - format # | |r1= [[String]] - format #{{Color|grey|AA}}{{Color|red|RR}}{{Color|green|GG}}{{Color|blue|BB}} | ||
|x1= < | |x1= <sqf>[0,0,0,1] call BIS_fnc_colorRGBAtoHTML; // will return #FF000000</sqf> | ||
|x2= < | |x2= <sqf>[2,93,0,1] call BIS_fnc_colorRGBAtoHTML; // will return #FF025D00</sqf> | ||
|seealso= [[Color|Color (RGBA)]] | |seealso= [[Color|Color (RGBA)]] [[BIS_fnc_colorConfigToRGBA]] [[BIS_fnc_colorRGBtoHTML]] [[BIS_fnc_colorRGBAtoTexture]] | ||
}} | }} |
Latest revision as of 23:19, 12 July 2022
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 (RGBA) - in [r, g, b, a] format
- Return Value:
- String - format #AARRGGBB
Examples
- Example 1:
- Example 2:
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