BIS_fnc_colorRGBAtoHTML

From Bohemia Interactive Community
Revision as of 15:28, 7 April 2019 by Erentar (talk | contribs) (template:command argument fix)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Converts RGBA color format to #AARRGGBB HTML color format.
Execution:
call
Groups:
Uncategorised

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

See also:
ColorBIS_fnc_colorConfigToRGBABIS_fnc_colorRGBtoHTMLBIS_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

Notes

Bottom Section