Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Represents an ARGB (alpha, red, green, blue) color.
Definition color.hpp:52
Apple colors for all the Apple colors. This class cannot be inherited.
Definition crayon_colors.hpp:22
static auto nickel() noexcept -> xtd::drawing::color
A system-defined color object.
static auto flora() noexcept -> xtd::drawing::color
A system-defined color object.
static auto licorice() noexcept -> xtd::drawing::color
A system-defined color object.
static auto magnesium() noexcept -> xtd::drawing::color
A system-defined color object.
static auto blueberry() noexcept -> xtd::drawing::color
A system-defined color object.
static auto strawberry() noexcept -> xtd::drawing::color
A system-defined color object.
static auto sea_foam() noexcept -> xtd::drawing::color
A system-defined color object.
static auto tin() noexcept -> xtd::drawing::color
A system-defined color object.
static auto banana() noexcept -> xtd::drawing::color
A system-defined color object.
static auto steel() noexcept -> xtd::drawing::color
A system-defined color object.
static auto turquoise() noexcept -> xtd::drawing::color
A system-defined color object.
static auto aluminium() noexcept -> xtd::drawing::color
A system-defined color object.
static auto maraschino() noexcept -> xtd::drawing::color
A system-defined color object.
static auto lime() noexcept -> xtd::drawing::color
A system-defined color object.
static auto spring() noexcept -> xtd::drawing::color
A system-defined color object.
static auto ice() noexcept -> xtd::drawing::color
A system-defined color object.
static auto get_colors() noexcept -> const xtd::array< xtd::drawing::color > &
Gets an array of colors.
static auto snow() noexcept -> xtd::drawing::color
A system-defined color object.
static auto lavendar() noexcept -> xtd::drawing::color
A system-defined color object.
static auto sky() noexcept -> xtd::drawing::color
A system-defined color object.
static auto magenta() noexcept -> xtd::drawing::color
A system-defined color object.
static auto salmon() noexcept -> xtd::drawing::color
A system-defined color object.
static auto bubblegum() noexcept -> xtd::drawing::color
A system-defined color object.
static auto silver() noexcept -> xtd::drawing::color
A system-defined color object.
static auto spindrift() noexcept -> xtd::drawing::color
A system-defined color object.
static auto clover() noexcept -> xtd::drawing::color
A system-defined color object.
static auto midnight() noexcept -> xtd::drawing::color
A system-defined color object.
static auto iron() noexcept -> xtd::drawing::color
A system-defined color object.
static auto asparagus() noexcept -> xtd::drawing::color
A system-defined color object.
static auto grape() noexcept -> xtd::drawing::color
A system-defined color object.
static auto honeydew() noexcept -> xtd::drawing::color
A system-defined color object.
static auto eggplant() noexcept -> xtd::drawing::color
A system-defined color object.
static auto cayenne() noexcept -> xtd::drawing::color
A system-defined color object.
static auto carnation() noexcept -> xtd::drawing::color
A system-defined color object.
static auto moss() noexcept -> xtd::drawing::color
A system-defined color object.
static auto maroon() noexcept -> xtd::drawing::color
A system-defined color object.
static auto tungsten() noexcept -> xtd::drawing::color
A system-defined color object.
static auto orchid() noexcept -> xtd::drawing::color
A system-defined color object.
static auto fern() noexcept -> xtd::drawing::color
A system-defined color object.
static auto lead() noexcept -> xtd::drawing::color
A system-defined color object.
static auto mocha() noexcept -> xtd::drawing::color
A system-defined color object.
static auto mercury() noexcept -> xtd::drawing::color
A system-defined color object.
static auto teal() noexcept -> xtd::drawing::color
A system-defined color object.
static auto aqua() noexcept -> xtd::drawing::color
A system-defined color object.
static auto lemon() noexcept -> xtd::drawing::color
A system-defined color object.
static auto tangerine() noexcept -> xtd::drawing::color
A system-defined color object.
static auto plum() noexcept -> xtd::drawing::color
A system-defined color object.
static auto cantaloupe() noexcept -> xtd::drawing::color
A system-defined color object.
static auto get_color_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of color names.
static auto ocean() noexcept -> xtd::drawing::color
A system-defined color object.
Contains xtd::drawing::gray_colors factory.
#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:38
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8