OpenCPN Partial API docs
Loading...
Searching...
No Matches
user_colors.h
1#ifndef UseR_ColoRs_h
2#define UseR_ColoRs_h
3
4#include "color_handler.h"
5
6namespace user_colors {
7
8void Initialize();
9void DeInitialize();
10
12wxColorHashMap* GetMapByScheme(const std::string& scheme_name);
13
14ColorScheme GetColorScheme();
15
16wxColor GetDimColor(wxColor c);
17
18}; // namespace user_colors
19
20#endif // UseR_ColoRs_h
Global color handling by name.