Converts an ARGB coded color with transparency to the ingame decimal color format.
| _alpha | The alpha/transparency channel, 0-255 <NUMBER> |
| _red | The red channel, 0-255 <NUMBER> |
| _green | The green channel, 0-255 <NUMBER> |
| _blue | The blue channel, 0-255 <NUMBER> |
Ingame color format ARRAY
[255,186,38,25] call CBA_fnc_colorARGBtoDecimal
drofseh & Lambda.Tiger