-- @/lua/common/utils.lua:68 function colorHex(rgbHex, a) return rgbHex * 256 + max(0, min(255, floor(a or 255))) end