示例#1
0
		public DmConsole SetBackgroundColor(Deep.Magic.Color background)
		{
			this.BackgroundColor = background;
			return this.console;
		}
示例#2
0
		public DmConsole SetColor(Deep.Magic.Color foreground, Deep.Magic.Color background)
		{
			this.ForegroundColor = foreground;
			this.BackgroundColor = background;
			return this.console;
		}