Lists all the possible foreground color values.
[Visual Basic]Private Shared ForegroundColors As Integer()
[C#]
private static int[] ForegroundColors;
See Also
ConsoleAttributes Class | ConsoleAttributes Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace