how do i convert an RGB color to ConsoleColor?
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
how do i convert an RGB color to ConsoleColor?
-
how do i convert an RGB color to ConsoleColor?
Hi Roland; The short answer is you cannot. The ConsoleColor is an enumeration which cannot be modified. Here is the link to the documentation of ConsoleColor: http://msdn.microsoft.com/en-us/library/system.consolecolor.aspx[^]