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.
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 
135 
138 
141 
144 
147 
150 
153 
156 
159 
162 
165 
168 
171 
174 
177 
180 
183 
186 
189 
192 
195 
198 
201 
204 
207 
210 
213 
216 
219 
222 
225 
228 
231 
234 
237 
240 
243 
246 
249 
252 
255 
258 
261 
264 
267 
270 
273 
276 
279 
282 
285 
288 
291 
294 
297 
300 
303 
306 
309 
312 
315 
318 
321 
324 
327 
330 
333 
336 
339 
342 
345 
348 
351 
354 
357 
360 
363 
366 
369 
372 
375 
378 
381 
384 
387 
390 
393 
396 
399 
402 
405 
408 
411 
414 
417 
420 
423 
426 
429 
432 
435 
438 
441 
444 
447  };
448  }
449 }
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:39
colors for all the standard colors. This class cannot be inherited.
Definition: colors.h:20
static xtd::drawing::color firebrick()
A system-defined color object.
static xtd::drawing::color lemon_chiffon()
A system-defined color object.
static xtd::drawing::color fuchsia()
A system-defined color object.
static xtd::drawing::color white()
A system-defined color object.
static xtd::drawing::color aqua()
A system-defined color object.
static xtd::drawing::color light_blue()
A system-defined color object.
static xtd::drawing::color rosy_brown()
A system-defined color object.
static xtd::drawing::color olive_drab()
A system-defined color object.
static xtd::drawing::color pale_turquoise()
A system-defined color object.
static xtd::drawing::color ivory()
A system-defined color object.
static xtd::drawing::color lavender_blush()
A system-defined color object.
static xtd::drawing::color sienna()
A system-defined color object.
static xtd::drawing::color green()
A system-defined color object.
static xtd::drawing::color sea_shell()
A system-defined color object.
static xtd::drawing::color aquamarine()
A system-defined color object.
static xtd::drawing::color sandy_brown()
A system-defined color object.
static xtd::drawing::color indigo()
A system-defined color object.
static xtd::drawing::color khaki()
A system-defined color object.
static xtd::drawing::color royal_blue()
A system-defined color object.
static xtd::drawing::color midnight_blue()
A system-defined color object.
static xtd::drawing::color turquoise()
A system-defined color object.
static xtd::drawing::color crimson()
A system-defined color object.
static xtd::drawing::color steel_blue()
A system-defined color object.
static xtd::drawing::color forest_green()
A system-defined color object.
static xtd::drawing::color moccasin()
A system-defined color object.
static xtd::drawing::color violet()
A system-defined color object.
static xtd::drawing::color navy()
A system-defined color object.
static xtd::drawing::color dark_turquoise()
A system-defined color object.
static xtd::drawing::color ghost_white()
A system-defined color object.
static xtd::drawing::color chocolate()
A system-defined color object.
static xtd::drawing::color dark_magenta()
A system-defined color object.
static xtd::drawing::color dark_red()
A system-defined color object.
static xtd::drawing::color wheat()
A system-defined color object.
static xtd::drawing::color light_green()
A system-defined color object.
static xtd::drawing::color cadet_blue()
A system-defined color object.
static xtd::drawing::color dark_orchid()
A system-defined color object.
static xtd::drawing::color medium_sea_green()
A system-defined color object.
static xtd::drawing::color light_salmon()
A system-defined color object.
static xtd::drawing::color lavender()
A system-defined color object.
static xtd::drawing::color light_gray()
A system-defined color object.
static xtd::drawing::color chartreuse()
A system-defined color object.
static xtd::drawing::color azure()
A system-defined color object.
static xtd::drawing::color purple()
A system-defined color object.
static xtd::drawing::color cyan()
A system-defined color object.
static xtd::drawing::color snow()
A system-defined color object.
static xtd::drawing::color dark_cyan()
A system-defined color object.
static xtd::drawing::color rebecca_purple()
A system-defined color object.
static xtd::drawing::color pink()
A system-defined color object.
static xtd::drawing::color blue()
A system-defined color object.
static xtd::drawing::color magenta()
A system-defined color object.
static xtd::drawing::color dark_goldenrod()
A system-defined color object.
static xtd::drawing::color dark_slate_blue()
A system-defined color object.
static xtd::drawing::color gray()
A system-defined color object.
static xtd::drawing::color orange()
A system-defined color object.
static xtd::drawing::color medium_purple()
A system-defined color object.
static xtd::drawing::color dark_green()
A system-defined color object.
static xtd::drawing::color honeydew()
A system-defined color object.
static xtd::drawing::color spring_green()
A system-defined color object.
static xtd::drawing::color floral_white()
A system-defined color object.
static xtd::drawing::color light_goldenrod_yellow()
A system-defined color object.
static xtd::drawing::color dark_salmon()
A system-defined color object.
static xtd::drawing::color pale_goldenrod()
A system-defined color object.
static xtd::drawing::color light_slate_gray()
A system-defined color object.
static xtd::drawing::color black()
A system-defined color object.
static xtd::drawing::color blue_violet()
A system-defined color object.
static xtd::drawing::color pale_violet_red()
A system-defined color object.
static xtd::drawing::color cornflower_blue()
A system-defined color object.
static xtd::drawing::color red()
A system-defined color object.
static xtd::drawing::color powder_blue()
A system-defined color object.
static xtd::drawing::color dark_sea_green()
A system-defined color object.
static xtd::drawing::color dark_olive_green()
A system-defined color object.
static xtd::drawing::color navajo_white()
A system-defined color object.
static xtd::drawing::color medium_orchid()
A system-defined color object.
static xtd::drawing::color silver()
A system-defined color object.
static xtd::drawing::color bisque()
A system-defined color object.
static xtd::drawing::color deep_sky_blue()
A system-defined color object.
static xtd::drawing::color orange_red()
A system-defined color object.
static xtd::drawing::color lime_green()
A system-defined color object.
static xtd::drawing::color light_yellow()
A system-defined color object.
static xtd::drawing::color gainsboro()
A system-defined color object.
static xtd::drawing::color alice_blue()
A system-defined color object.
static xtd::drawing::color yellow()
A system-defined color object.
static xtd::drawing::color medium_violet_red()
A system-defined color object.
static xtd::drawing::color dark_orange()
A system-defined color object.
static xtd::drawing::color burly_wood()
A system-defined color object.
static xtd::drawing::color medium_turquoise()
A system-defined color object.
static xtd::drawing::color indian_red()
A system-defined color object.
static xtd::drawing::color medium_aquamarine()
A system-defined color object.
static xtd::drawing::color hot_pink()
A system-defined color object.
static xtd::drawing::color cornsilk()
A system-defined color object.
static xtd::drawing::color light_coral()
A system-defined color object.
static xtd::drawing::color dark_slate_gray()
A system-defined color object.
static xtd::drawing::color medium_blue()
A system-defined color object.
static xtd::drawing::color antique_white()
A system-defined color object.
static xtd::drawing::color olive()
A system-defined color object.
static xtd::drawing::color medium_spring_green()
A system-defined color object.
static xtd::drawing::color maroon()
A system-defined color object.
static xtd::drawing::color peru()
A system-defined color object.
static xtd::drawing::color slate_blue()
A system-defined color object.
static xtd::drawing::color green_yellow()
A system-defined color object.
static xtd::drawing::color plum()
A system-defined color object.
static xtd::drawing::color salmon()
A system-defined color object.
static xtd::drawing::color light_steel_blue()
A system-defined color object.
static xtd::drawing::color dark_blue()
A system-defined color object.
static xtd::drawing::color light_pink()
A system-defined color object.
static xtd::drawing::color dim_gray()
A system-defined color object.
static xtd::drawing::color blanched_almond()
A system-defined color object.
static xtd::drawing::color peach_puff()
A system-defined color object.
static xtd::drawing::color sea_green()
A system-defined color object.
static xtd::drawing::color mint_cream()
A system-defined color object.
static xtd::drawing::color misty_rose()
A system-defined color object.
static xtd::drawing::color teal()
A system-defined color object.
static xtd::drawing::color tan()
A system-defined color object.
static xtd::drawing::color white_smoke()
A system-defined color object.
static xtd::drawing::color slate_gray()
A system-defined color object.
static xtd::drawing::color tomato()
A system-defined color object.
static xtd::drawing::color linen()
A system-defined color object.
static xtd::drawing::color lime()
A system-defined color object.
static xtd::drawing::color transparent()
A system-defined color object.
static xtd::drawing::color goldenrod()
A system-defined color object.
static xtd::drawing::color medium_slate_blue()
A system-defined color object.
static xtd::drawing::color brown()
A system-defined color object.
static xtd::drawing::color light_sea_green()
A system-defined color object.
static xtd::drawing::color saddle_brown()
A system-defined color object.
static xtd::drawing::color orchid()
A system-defined color object.
static xtd::drawing::color gold()
A system-defined color object.
static xtd::drawing::color dark_khaki()
A system-defined color object.
static xtd::drawing::color deep_pink()
A system-defined color object.
static xtd::drawing::color dark_violet()
A system-defined color object.
static xtd::drawing::color old_lace()
A system-defined color object.
static xtd::drawing::color light_cyan()
A system-defined color object.
static xtd::drawing::color lawn_green()
A system-defined color object.
static xtd::drawing::color yellow_green()
A system-defined color object.
static xtd::drawing::color dodger_blue()
A system-defined color object.
static xtd::drawing::color pale_green()
A system-defined color object.
static xtd::drawing::color beige()
A system-defined color object.
static xtd::drawing::color light_sky_blue()
A system-defined color object.
static xtd::drawing::color dark_gray()
A system-defined color object.
static xtd::drawing::color papaya_whip()
A system-defined color object.
static xtd::drawing::color sky_blue()
A system-defined color object.
static xtd::drawing::color thistle()
A system-defined color object.
static xtd::drawing::color coral()
A system-defined color object.
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.