Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#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 (const string &response) |
Parses terminal color response into RGB components. | |
string | UtilsOSDependable::capture_terminal_response () |
Captures terminal response to color query. | |
bool | UtilsOSDependable::is_bg_color_dark () |
Determines if terminal background color is dark. | |