C# library for more ConsoleColors? [duplicate]

元气小坏坏 提交于 2019-12-20 01:12:38

问题


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:


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.



来源:https://stackoverflow.com/questions/15732579/c-sharp-library-for-more-consolecolors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!