Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BackgroundColor

ConsoleColor System.Console.BackgroundColor
staticgetset

Definition at line 259 of file Console.cs.

260 {
261 get
262 {
263 return ConsolePal.BackgroundColor;
264 }
265 set
266 {
267 ConsolePal.BackgroundColor = value;
268 }
269 }

Referenced by System.Console.MoveBufferArea().