Arkanjo
0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
windows_utils.hpp
Go to the documentation of this file.
1
9
#ifndef WINDOWS_UTILS_HPP
10
#define WINDOWS_UTILS_HPP
11
12
#pragma once
13
#include <string>
14
#include <sstream>
15
16
using namespace
std
;
17
18
namespace
UtilsOSDependable
{
27
float
get_terminal_bg_color_luminance
();
28
37
tuple<int, int, int>
parse_terminal_color_response
();
38
47
bool
is_bg_color_dark
();
48
};
49
50
#endif
UtilsOSDependable
Definition
apple_utils.hpp:12
UtilsOSDependable::parse_terminal_color_response
tuple< int, int, int > parse_terminal_color_response()
Parses terminal color response into RGB components on Windows.
UtilsOSDependable::is_bg_color_dark
bool is_bg_color_dark()
Determines if terminal background color is dark.
Definition
linux_utils.cpp:89
UtilsOSDependable::get_terminal_bg_color_luminance
float get_terminal_bg_color_luminance()
Gets the luminance of terminal background color.
Definition
linux_utils.cpp:77
std
Definition
json.hpp:5678
base
windows_utils.hpp
Generated by
1.12.0