37 static
xtd::drawing::
color asparagus() noexcept;
45 static
xtd::drawing::
color blueberry() noexcept;
49 static
xtd::drawing::
color bubblegum() noexcept;
53 static
xtd::drawing::
color cantaloupe() noexcept;
57 static
xtd::drawing::
color carnation() noexcept;
69 static
xtd::drawing::
color eggplant() noexcept;
85 static
xtd::drawing::
color honeydew() noexcept;
97 static
xtd::drawing::
color lavendar() noexcept;
224 static const std::vector<
xtd::drawing::
color>& get_colors() noexcept;
227 static const std::vector<
xtd::
string>& get_color_names() noexcept;
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
Apple colors for all the Apple colors. This class cannot be inherited.
Definition crayons_colors.h:22
static xtd::drawing::color aluminium() noexcept
A system-defined color object.
Contains xtd::drawing::gray_colors factory.
#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