Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
windows_utils.hpp File Reference

Windows-specific utility functions. More...

#include <string>
#include <sstream>
+ Include dependency graph for windows_utils.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Windows-specific utility functions.

Provides OS-dependent implementations for Windows systems, including terminal color detection utilities.

Definition in file windows_utils.hpp.