Mono.CSharp.ConsoleReportPrinter.GetBackground C# (CSharp) Method

GetBackground() static private method

static private GetBackground ( string s ) : string
s string
return string
		static string GetBackground (string s)
		{
			return "\x001b[" + (40 + NameToCode (s)).ToString () + "m";
		}