private string GetFormatedColorString(string stringToFormat)
 {
     return(ColorUtilities.FormatColorString(stringToFormat, UsingAlphaChannel));
 }