5#include "../drawing_export.hpp"
36 static
xtd::drawing::
color antique_white() noexcept;
44 static
xtd::drawing::
color aquamarine() noexcept;
64 static
xtd::drawing::
color blanched_almond() noexcept;
72 static
xtd::drawing::
color blue_violet() noexcept;
80 static
xtd::drawing::
color burly_wood() noexcept;
84 static
xtd::drawing::
color cadet_blue() noexcept;
88 static
xtd::drawing::
color chartreuse() noexcept;
92 static
xtd::drawing::
color chocolate() noexcept;
100 static
xtd::drawing::
color cornflower_blue() noexcept;
124 static
xtd::drawing::
color dark_goldenrod() noexcept;
140 static
xtd::drawing::
color dark_magenta() noexcept;
144 static
xtd::drawing::
color dark_olive_green() noexcept;
164 static
xtd::drawing::
color dark_sea_green() noexcept;
168 static
xtd::drawing::
color dark_slate_blue() noexcept;
172 static
xtd::drawing::
color dark_slate_gray() noexcept;
176 static
xtd::drawing::
color dark_turquoise() noexcept;
188 static
xtd::drawing::
color deep_sky_blue() noexcept;
204 static
xtd::drawing::
color floral_white() noexcept;
208 static
xtd::drawing::
color forest_green() noexcept;
240 static
xtd::drawing::
color green_yellow() noexcept;
272 static
xtd::drawing::
color lavender_blush() noexcept;
280 static
xtd::drawing::
color lemon_chiffon() noexcept;
296 static
xtd::drawing::
color light_goldenrod_yellow() noexcept;
312 static
xtd::drawing::
color light_salmon() noexcept;
316 static
xtd::drawing::
color light_sea_green() noexcept;
320 static
xtd::drawing::
color light_sky_blue() noexcept;
324 static
xtd::drawing::
color light_slate_gray() noexcept;
328 static
xtd::drawing::
color light_steel_blue() noexcept;
332 static
xtd::drawing::
color light_yellow() noexcept;
356 static
xtd::drawing::
color medium_aquamarine() noexcept;
364 static
xtd::drawing::
color medium_orchid() noexcept;
368 static
xtd::drawing::
color medium_purple() noexcept;
372 static
xtd::drawing::
color medium_sea_green() noexcept;
376 static
xtd::drawing::
color medium_slate_blue() noexcept;
380 static
xtd::drawing::
color medium_spring_green() noexcept;
384 static
xtd::drawing::
color medium_turquoise() noexcept;
388 static
xtd::drawing::
color medium_violet_red() noexcept;
392 static
xtd::drawing::
color midnight_blue() noexcept;
408 static
xtd::drawing::
color navajo_white() noexcept;
440 static
xtd::drawing::
color pale_goldenrod() noexcept;
448 static
xtd::drawing::
color pale_turquoise() noexcept;
452 static
xtd::drawing::
color pale_violet_red() noexcept;
484 static
xtd::drawing::
color rebecca_purple() noexcept;
500 static
xtd::drawing::
color saddle_brown() noexcept;
544 static
xtd::drawing::
color spring_green() noexcept;
596 static
xtd::drawing::
color yellow_green() noexcept;
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Represents an ARGB (alpha, red, green, blue) color.
Definition color.hpp:46
colors for all the standard colors. This class cannot be inherited.
Definition colors.hpp:25
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.hpp:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10