xtd 0.2.0
Loading...
Searching...
No Matches
system_colors.h
Go to the documentation of this file.
1
4#pragma once
5#include "../drawing_export.h"
6#include "color.h"
7#include <xtd/static>
8
10namespace xtd {
12 namespace drawing {
26 public:
28
33
37
41
45
49
54
59
63
68
73
77
82
87
92
97
101
105
109
113
118
123
128
133
137
141
145
149
153
158
162
166
170
174
178
182
186
190
195
199
203
208
210
213 static const std::vector<xtd::drawing::color>& get_colors() noexcept;
214
216 static const std::vector<xtd::ustring>& get_color_names() noexcept;
218 };
219 }
220}
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
Each property of the xtd::drawing::system_colors class is a xtd::drawing::color structure that is the...
Definition system_colors.h:25
static xtd::drawing::color gradient_inactive_caption()
Gets a xtd::drawing::color structure that is the lightest color in the color gradient of an inactive ...
static xtd::drawing::color control_light_light()
Gets a xtd::drawing::color structure that is the highlight color of a 3-D element.
static xtd::drawing::color menu_highlight()
Gets a xtd::drawing::color structure that is the color used to highlight menu items when the menu app...
static xtd::drawing::color menu()
Gets a xtd::drawing::color structure that is the color of a menu's background.
static xtd::drawing::color window_text()
Gets a xtd::drawing::color structure that is the color of the text in the client area of a window.
static xtd::drawing::color control_text()
Gets a xtd::drawing::color structure that is the color of text in a 3-D element.
static xtd::drawing::color visited_text()
Gets a xtd::drawing::color structure that is the color of a visited text.
static xtd::drawing::color active_caption()
Gets a xtd::drawing::color structure that is the color of the background of the active window's title...
static xtd::drawing::color button_face()
Gets a xtd::drawing::color structure that is the face color of a 3-D element.
static xtd::drawing::color link_text()
Gets a xtd::drawing::color structure that is the color of a link text.
static xtd::drawing::color text_box_text()
Gets a xtd::drawing::color structure that is the color of the text of a text box.
static const std::vector< xtd::drawing::color > & get_colors() noexcept
Gets an array of system colors.
static xtd::drawing::color inactive_caption()
Gets a xtd::drawing::color structure that is the color of the background of an inactive window's titl...
static xtd::drawing::color info_text()
Gets a xtd::drawing::color structure that is the color of the text of a xtd::forms::tool_tip.
static xtd::drawing::color text_box()
Gets a xtd::drawing::color structure that is the color of the background of a text box.
static xtd::drawing::color app_workspace()
Gets a xtd::drawing::color structure that is the color of the application workspace.
static xtd::drawing::color accent()
Gets a xtd::drawing::color structure that is the color used to accent a control.
static xtd::drawing::color hot_track()
Gets a xtd::drawing::color structure that is the color used to designate a hot-tracked item.
static xtd::drawing::color inactive_border()
Gets a xtd::drawing::color structure that is the color of an inactive window's border.
static xtd::drawing::color window_frame()
Gets a xtd::drawing::color structure that is the color of a window frame.
static xtd::drawing::color highlight_text()
Gets a xtd::drawing::color structure that is the color of the text of selected items.
static xtd::drawing::color window()
Gets a xtd::drawing::color structure that is the color of the background in the client area of a wind...
static xtd::drawing::color info()
Gets a xtd::drawing::color structure that is the color of the background of a xtd::forms::tool_tip.
static xtd::drawing::color button_highlight()
Gets a xtd::drawing::color structure that is the highlight color of a 3-D element.
static xtd::drawing::color scroll_bar()
Gets a xtd::drawing::color structure that is the color of the background of a scroll bar.
static xtd::drawing::color control()
Gets a xtd::drawing::color structure that is the face color of a 3-D element.
static xtd::drawing::color desktop()
Gets a xtd::drawing::color structure that is the color of the desktop.
static xtd::drawing::color menu_text()
Gets a xtd::drawing::color structure that is the color of a menu's text.
static xtd::drawing::color gradient_active_caption()
Gets a xtd::drawing::color structure that is the lightest color in the color gradient of an active wi...
static xtd::drawing::color gray_text()
Gets a xtd::drawing::color structure that is the color of dimmed text.
static xtd::drawing::color menu_bar()
Gets a xtd::drawing::color structure that is the color of the background of a menu bar.
static xtd::drawing::color accent_text()
Gets a xtd::drawing::color structure that is the color of the text used to accent a control.
static xtd::drawing::color inactive_caption_text()
Gets a xtd::drawing::color structure that is the color of the text in an inactive window's title bar.
static xtd::drawing::color active_caption_text()
Gets a xtd::drawing::color structure that is the color of the text in the active window's title bar.
static xtd::drawing::color button_shadow()
Gets a xtd::drawing::color structure that is the shadow color of a 3-D element.
static xtd::drawing::color active_border()
Gets a xtd::drawing::color structure that is the color of the active window's border.
static xtd::drawing::color highlight()
Gets a xtd::drawing::color structure that is the color of the background of selected items.
static xtd::drawing::color shadow_text()
Gets a xtd::drawing::color structure that is the color of the shadow text.
static xtd::drawing::color control_dark_dark()
Gets a xtd::drawing::color structure that is the dark shadow color of a 3-D element.
static xtd::drawing::color active_text()
Gets a xtd::drawing::color structure that is the color of a active text.
static xtd::drawing::color control_dark()
Gets a xtd::drawing::color structure that is the shadow color of a 3-D element.
static xtd::drawing::color control_light()
Gets a xtd::drawing::color structure that is the light color of a 3-D element.
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:47
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:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10