CBA_fnc_colorARGBtoDecimal

Description

Converts an ARGB coded color with transparency to the ingame decimal color format.

Parameters

_alphaThe alpha/transparency channel, 0-255 <NUMBER>
_redThe red channel, 0-255 <NUMBER>
_greenThe green channel, 0-255 <NUMBER>
_blueThe blue channel, 0-255 <NUMBER>

Returns

Ingame color format ARRAY

Examples

[255,186,38,25] call CBA_fnc_colorARGBtoDecimal

Author

drofseh & Lambda.Tiger

Array to read from [Array]
Close