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