C# library for more ConsoleColors? [duplicate]

2020-04-08 11:55发布

I have been writing console apps for a while and noticed that the consoles (such as cmd.exe) support RGB colors but the 'Console' class for .NET doesn't. Does anyone know of a library that would allow RGB colors for a console app in C#?

1条回答
劫难
2楼-- · 2020-04-08 12:43

I have found a solution but it is not worth the time and effort, this should be easier to do and i hope that in future versions of .NET framework this process will be simplified.

查看更多
登录 后发表回答