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
Given a color int, return the hex string with alpha
#AARRGGBB hex string representing the given color int
the color int to transform into a hex string