public static string ColorPad(string value, Color color)
 {
     return("<color=#" + ColorExtension.colorToHex(color) + ">" + value + "</color>");
 }