BIS fnc colorRGBAtoTexture: 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 (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=") |
||
Line 10: | Line 10: | ||
Values are in range 0..1. | Values are in range 0..1. | ||
| color call [[BIS_fnc_colorRGBAtoTexture]] | |s1= color call [[BIS_fnc_colorRGBAtoTexture]] | ||
|p1= color: [[Array]] - format [<span style="color: red">R</span>,<span style="color: green">G</span>,<span style="color: blue">B</span>,<span style="color: grey">A</span>] | |p1= color: [[Array]] - format [<span style="color: red">R</span>,<span style="color: green">G</span>,<span style="color: blue">B</span>,<span style="color: grey">A</span>] |
Revision as of 22:45, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Arrays
Syntax
- Syntax:
- color call BIS_fnc_colorRGBAtoTexture
- Parameters:
- color: Array - format [R,G,B,A]
- Return Value:
- String - procedural texture to format "#(argb,8,8,3)color(R,G,B,A)"
Examples
- Example 1:
_texture = [0,0,0,1] call BIS_fnc_colorRGBAtoTexture;
Additional Information
- See also:
- BIS_fnc_colorRGBAtoHTML
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