colorIntToHex

Given a color int, return the hex string with alpha

Return

#AARRGGBB hex string representing the given color int

Parameters

color

the color int to transform into a hex string