xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
system_colors.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/static.h>
6 #include "../drawing_export.h"
7 #include "color.h"
8 
10 namespace xtd {
12  namespace drawing {
21  public:
24 
27 
30 
33 
36 
39 
42 
45 
48 
51 
54 
57 
60 
63 
66 
69 
72 
75 
78 
81 
84 
87 
90 
93 
96 
99 
102 
105 
108 
111 
114 
117 
120 
123 
126 
129 
132  };
133  }
134 }
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:39
Each property of the xtd::drawing::system_colors class is a xtd::drawing::color structure that is the...
Definition: system_colors.h:20
static xtd::drawing::color gradient_inactive_caption()
Gets a system-defined color that has an ARGB value of 0xFF9DB9EB. This field is constant.
static xtd::drawing::color control_light_light()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color menu_highlight()
Gets a system-defined color that has an ARGB value of 0xFF316AC5. This field is constant.
static xtd::drawing::color menu()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color window_text()
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
static xtd::drawing::color control_text()
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
static xtd::drawing::color active_caption()
Gets a system-defined color that has an ARGB value of 0xFF0054E3. This field is constant.
static xtd::drawing::color button_face()
Gets a system-defined color that has an ARGB value of 0xFFECE9D8. This field is constant.
static xtd::drawing::color text_box_text()
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
static xtd::drawing::color inactive_caption()
Gets a system-defined color that has an ARGB value of 0xFF7A96DF. This field is constant.
static xtd::drawing::color info_text()
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
static xtd::drawing::color text_box()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color app_workspace()
Gets a system-defined color that has an ARGB value of 0xFF808080. This field is constant.
static xtd::drawing::color accent()
Gets a system-defined color that has an ARGB value of 0xFF316AC5. This field is constant.
static xtd::drawing::color hot_track()
Gets a system-defined color that has an ARGB value of 0xFF000080. This field is constant.
static xtd::drawing::color inactive_border()
Gets a system-defined color that has an ARGB value of 0xFFD4D0C8. This field is constant.
static xtd::drawing::color window_frame()
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
static xtd::drawing::color highlight_text()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color window()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color info()
Gets a system-defined color that has an ARGB value of 0xFFFFFFE1. This field is constant.
static xtd::drawing::color button_highlight()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color scroll_bar()
Gets a system-defined color that has an ARGB value of 0xFFD4D0C8. This field is constant.
static xtd::drawing::color control()
Gets a system-defined color that has an ARGB value of 0xFFECE9D8. This field is constant.
static xtd::drawing::color desktop()
Gets a system-defined color that has an ARGB value of 0xFF004E98. This field is constant.
static xtd::drawing::color menu_text()
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
static xtd::drawing::color gradient_active_caption()
Gets a system-defined color that has an ARGB value of 0xFF3D95FF. This field is constant.
static xtd::drawing::color gray_text()
Gets a system-defined color that has an ARGB value of 0xFFACA899. This field is constant.
static xtd::drawing::color menu_bar()
Gets a system-defined color that has an ARGB value of 0xFFECE9D8. This field is constant.
static xtd::drawing::color accent_text()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color inactive_caption_text()
Gets a system-defined color that has an ARGB value of 0xFFD8E4F8. This field is constant.
static xtd::drawing::color active_caption_text()
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
static xtd::drawing::color button_shadow()
Gets a system-defined color that has an ARGB value of 0xFFACA899. This field is constant.
static xtd::drawing::color active_border()
Gets a system-defined color that has an ARGB value of 0xFFD4D0C8. This field is constant.
static xtd::drawing::color highlight()
Gets a system-defined color that has an ARGB value of 0xFF316AC5. This field is constant.
static xtd::drawing::color control_dark_dark()
Gets a system-defined color that has an ARGB value of 0xFF716F64. This field is constant.
static xtd::drawing::color control_dark()
Gets a system-defined color that has an ARGB value of 0xFFACA899. This field is constant.
static xtd::drawing::color control_light()
Gets a system-defined color that has an ARGB value of 0xFFF1EFE2. This field is constant.
Contains xtd::drawing::color class.
#define drawing_export_
Define shared library export.
Definition: drawing_export.h:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:38
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::static_object class.