xtd 1.0.0
Loading...
Searching...
No Matches
crayon_colors.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "gray_colors.hpp"
6
8namespace xtd {
10 namespace drawing {
23 public:
25
29 [[nodiscard]] static auto aluminium() noexcept -> xtd::drawing::color;
30
33 [[nodiscard]] static auto aqua() noexcept -> xtd::drawing::color;
34
37 [[nodiscard]] static auto asparagus() noexcept -> xtd::drawing::color;
38
41 [[nodiscard]] static auto banana() noexcept -> xtd::drawing::color;
42
45 [[nodiscard]] static auto blueberry() noexcept -> xtd::drawing::color;
46
49 [[nodiscard]] static auto bubblegum() noexcept -> xtd::drawing::color;
50
53 [[nodiscard]] static auto cantaloupe() noexcept -> xtd::drawing::color;
54
57 [[nodiscard]] static auto carnation() noexcept -> xtd::drawing::color;
58
61 [[nodiscard]] static auto cayenne() noexcept -> xtd::drawing::color;
62
65 [[nodiscard]] static auto clover() noexcept -> xtd::drawing::color;
66
69 [[nodiscard]] static auto eggplant() noexcept -> xtd::drawing::color;
70
73 [[nodiscard]] static auto fern() noexcept -> xtd::drawing::color;
74
77 [[nodiscard]] static auto flora() noexcept -> xtd::drawing::color;
78
81 [[nodiscard]] static auto grape() noexcept -> xtd::drawing::color;
82
85 [[nodiscard]] static auto honeydew() noexcept -> xtd::drawing::color;
86
89 [[nodiscard]] static auto ice() noexcept -> xtd::drawing::color;
90
93 [[nodiscard]] static auto iron() noexcept -> xtd::drawing::color;
94
97 [[nodiscard]] static auto lavendar() noexcept -> xtd::drawing::color;
98
101 [[nodiscard]] static auto lead() noexcept -> xtd::drawing::color;
102
105 [[nodiscard]] static auto lemon() noexcept -> xtd::drawing::color;
106
109 [[nodiscard]] static auto licorice() noexcept -> xtd::drawing::color;
110
113 [[nodiscard]] static auto lime() noexcept -> xtd::drawing::color;
114
117 [[nodiscard]] static auto magenta() noexcept -> xtd::drawing::color;
118
121 [[nodiscard]] static auto magnesium() noexcept -> xtd::drawing::color;
122
125 [[nodiscard]] static auto maraschino() noexcept -> xtd::drawing::color;
126
129 [[nodiscard]] static auto maroon() noexcept -> xtd::drawing::color;
130
133 [[nodiscard]] static auto mercury() noexcept -> xtd::drawing::color;
134
137 [[nodiscard]] static auto midnight() noexcept -> xtd::drawing::color;
138
141 [[nodiscard]] static auto moss() noexcept -> xtd::drawing::color;
142
145 [[nodiscard]] static auto mocha() noexcept -> xtd::drawing::color;
146
149 [[nodiscard]] static auto nickel() noexcept -> xtd::drawing::color;
150
153 [[nodiscard]] static auto ocean() noexcept -> xtd::drawing::color;
154
157 [[nodiscard]] static auto orchid() noexcept -> xtd::drawing::color;
158
161 [[nodiscard]] static auto plum() noexcept -> xtd::drawing::color;
162
165 [[nodiscard]] static auto salmon() noexcept -> xtd::drawing::color;
166
169 [[nodiscard]] static auto sea_foam() noexcept -> xtd::drawing::color;
170
173 [[nodiscard]] static auto silver() noexcept -> xtd::drawing::color;
174
177 [[nodiscard]] static auto sky() noexcept -> xtd::drawing::color;
178
181 [[nodiscard]] static auto snow() noexcept -> xtd::drawing::color;
182
185 [[nodiscard]] static auto spindrift() noexcept -> xtd::drawing::color;
186
189 [[nodiscard]] static auto spring() noexcept -> xtd::drawing::color;
190
193 [[nodiscard]] static auto steel() noexcept -> xtd::drawing::color;
194
197 [[nodiscard]] static auto strawberry() noexcept -> xtd::drawing::color;
198
201 [[nodiscard]] static auto tangerine() noexcept -> xtd::drawing::color;
202
205 [[nodiscard]] static auto teal() noexcept -> xtd::drawing::color;
206
209 [[nodiscard]] static auto tin() noexcept -> xtd::drawing::color;
210
213 [[nodiscard]] static auto tungsten() noexcept -> xtd::drawing::color;
214
217 [[nodiscard]] static auto turquoise() noexcept -> xtd::drawing::color;
219
221
224 [[nodiscard]] static auto get_colors() noexcept -> const xtd::array<xtd::drawing::color>&;
225
227 [[nodiscard]] static auto get_color_names() noexcept -> const xtd::array<xtd::string>&;
229 };
230 }
231}
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