Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Windows-specific utility functions. More...
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | UtilsOSDependable |
Functions | |
float | UtilsOSDependable::get_terminal_bg_color_luminance () |
Gets the luminance of terminal background color. | |
tuple< int, int, int > | UtilsOSDependable::parse_terminal_color_response () |
Parses terminal color response into RGB components on Windows. | |
bool | UtilsOSDependable::is_bg_color_dark () |
Determines if terminal background color is dark. | |
Windows-specific utility functions.
Provides OS-dependent implementations for Windows systems, including terminal color detection utilities.
Definition in file windows_utils.hpp.