5#ifndef SAPPHIRE_LOGGER_CONSOLE_COLOR_GUARD
6#define SAPPHIRE_LOGGER_CONSOLE_COLOR_GUARD
void SetConsoleColor(ConsoleColor _cslColor)
Crossplatform implementation of set color in console.
ConsoleColor
Console Color enum.
Definition ConsoleColor.hpp:28
@ Red_FG
Red foreground.
Definition ConsoleColor.hpp:37
@ Bright_FG
1 bit for bright attribute.
Definition ConsoleColor.hpp:59
@ White_BG
White background.
Definition ConsoleColor.hpp:88
@ Cyan_BG
Cyan background.
Definition ConsoleColor.hpp:79
@ Yellow_FG
Yellow foreground.
Definition ConsoleColor.hpp:52
@ None_BG
Default background.
Definition ConsoleColor.hpp:67
@ Blue_BG
Blue background.
Definition ConsoleColor.hpp:76
@ Cyan_FG
Cyan foreground.
Definition ConsoleColor.hpp:46
@ Yellow_BG
Yellow background.
Definition ConsoleColor.hpp:85
@ Green_FG
Green foreground.
Definition ConsoleColor.hpp:40
@ Reset
Reset console color value.
Definition ConsoleColor.hpp:95
@ Bright_BG
1 bit for Bright attribute.
Definition ConsoleColor.hpp:92
@ Red_BG
Red background.
Definition ConsoleColor.hpp:70
@ Magenta_FG
Magenta foreground.
Definition ConsoleColor.hpp:49
@ None_FG
Default foreground.
Definition ConsoleColor.hpp:34
@ Blue_FG
Blue foreground.
Definition ConsoleColor.hpp:43
@ Magenta_BG
Magenta background.
Definition ConsoleColor.hpp:82
@ Black_FG
Black foreground.
Definition ConsoleColor.hpp:55
@ Green_BG
Green background.
Definition ConsoleColor.hpp:73