Color issue
D1og0 opened this issue · 0 comments
D1og0 commented
For some reason, it is applying for all the console.
My art code:
Console.WriteWithGradient(art.ToCharArray(), Color.MediumPurple, Color.DarkMagenta, 16);
The code I use to print text:
public static void print(string prefix, string description) { Console.Write(" [", Color.HotPink); Console.Write(prefix, Color.LightPink); Console.Write("] " + description, Color.HotPink); }