Method | Description | |
---|---|---|
ToNearestConsoleColor ( this color ) : ConsoleColor |
Converts the specified Color to it's nearest ConsoleColor equivalent. Code taken from Glenn Slayden at https://stackoverflow.com/questions/1988833/converting-color-to-consolecolor |
public static ToNearestConsoleColor ( this color ) : ConsoleColor | ||
color | this | |
return | ConsoleColor |