5#include "../drawing_export.h"
37 static
xtd::drawing::
color antique_white() noexcept;
45 static
xtd::drawing::
color aquamarine() noexcept;
65 static
xtd::drawing::
color blanched_almond() noexcept;
73 static
xtd::drawing::
color blue_violet() noexcept;
81 static
xtd::drawing::
color burly_wood() noexcept;
85 static
xtd::drawing::
color cadet_blue() noexcept;
89 static
xtd::drawing::
color chartreuse() noexcept;
93 static
xtd::drawing::
color chocolate() noexcept;
101 static
xtd::drawing::
color cornflower_blue() noexcept;
125 static
xtd::drawing::
color dark_goldenrod() noexcept;
141 static
xtd::drawing::
color dark_magenta() noexcept;
145 static
xtd::drawing::
color dark_olive_green() noexcept;
165 static
xtd::drawing::
color dark_sea_green() noexcept;
169 static
xtd::drawing::
color dark_slate_blue() noexcept;
173 static
xtd::drawing::
color dark_slate_gray() noexcept;
177 static
xtd::drawing::
color dark_turquoise() noexcept;
189 static
xtd::drawing::
color deep_sky_blue() noexcept;
205 static
xtd::drawing::
color floral_white() noexcept;
209 static
xtd::drawing::
color forest_green() noexcept;
241 static
xtd::drawing::
color green_yellow() noexcept;
273 static
xtd::drawing::
color lavender_blush() noexcept;
281 static
xtd::drawing::
color lemon_chiffon() noexcept;
297 static
xtd::drawing::
color light_goldenrod_yellow() noexcept;
313 static
xtd::drawing::
color light_salmon() noexcept;
317 static
xtd::drawing::
color light_sea_green() noexcept;
321 static
xtd::drawing::
color light_sky_blue() noexcept;
325 static
xtd::drawing::
color light_slate_gray() noexcept;
329 static
xtd::drawing::
color light_steel_blue() noexcept;
333 static
xtd::drawing::
color light_yellow() noexcept;
357 static
xtd::drawing::
color medium_aquamarine() noexcept;
365 static
xtd::drawing::
color medium_orchid() noexcept;
369 static
xtd::drawing::
color medium_purple() noexcept;
373 static
xtd::drawing::
color medium_sea_green() noexcept;
377 static
xtd::drawing::
color medium_slate_blue() noexcept;
381 static
xtd::drawing::
color medium_spring_green() noexcept;
385 static
xtd::drawing::
color medium_turquoise() noexcept;
389 static
xtd::drawing::
color medium_violet_red() noexcept;
393 static
xtd::drawing::
color midnight_blue() noexcept;
409 static
xtd::drawing::
color navajo_white() noexcept;
441 static
xtd::drawing::
color pale_goldenrod() noexcept;
449 static
xtd::drawing::
color pale_turquoise() noexcept;
453 static
xtd::drawing::
color pale_violet_red() noexcept;
485 static
xtd::drawing::
color rebecca_purple() noexcept;
501 static
xtd::drawing::
color saddle_brown() noexcept;
545 static
xtd::drawing::
color spring_green() noexcept;
597 static
xtd::drawing::
color yellow_green() noexcept;
604 static const std::vector<
xtd::drawing::
color>& get_colors() noexcept;
607 static const std::vector<
xtd::
string>& get_color_names() noexcept;
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
colors for all the standard colors. This class cannot be inherited.
Definition colors.h:26
static xtd::drawing::color alice_blue() noexcept
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:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10