To create a string colorizer, you must have a I2Hex function, then a color will be formed by the following sequence:
"|c" + alpha + red + green + blue
so for example:
"|c00FF00FF" = Magenta with 0% transparency
"|c00FFFF00" = Yellow with 0% transparency
"|c0000FF00" = Cyan with 0% transparency.