3 references to Light
Microsoft.DotNet.Cli.Utils (3)
AnsiConsole.cs (3)
16
_boldRecursion = ((int)OriginalForegroundColor &
Light
) != 0 ? 1 : 0;
48
_boldRecursion > 0 ? (ConsoleColor)(c |
Light
) : // ensure color is light
49
(ConsoleColor)(c & ~
Light
); // ensure color is dark