xtd 0.2.0
yellow_colors.h
Go to the documentation of this file.
1 #pragma once
5 #include "../drawing_export.h"
6 #include "color.h"
7 #include <xtd/static>
8 #include <vector>
9 
11 namespace xtd {
13  namespace drawing {
25  class drawing_export_ yellow_colors final static_ {
26  public:
28 
32  static xtd::drawing::color dark_khaki() noexcept;
33 
36  static xtd::drawing::color gold() noexcept;
37 
40  static xtd::drawing::color khaki() noexcept;
41 
44  static xtd::drawing::color lemon_chiffon() noexcept;
45 
49 
52  static xtd::drawing::color light_yellow() noexcept;
53 
56  static xtd::drawing::color moccasin() noexcept;
57 
60  static xtd::drawing::color pale_goldenrod() noexcept;
61 
64  static xtd::drawing::color papaya_whip() noexcept;
65 
68  static xtd::drawing::color peach_puff() noexcept;
69 
72  static xtd::drawing::color yellow() noexcept;
74 
76 
79  static const std::vector<xtd::drawing::color>& get_colors() noexcept;
80 
82  static const std::vector<xtd::ustring>& get_color_names() noexcept;
84  };
85  }
86 }
Yellow colors for all the hmtl yellow colors. This class cannot be inherited.
Definition: yellow_colors.h:25
#define static_
This keyword is use to represent a static object. A static object can&#39;t be instantiated (constructors...
Definition: static.h:37
A system-defined color.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
A system-defined color.
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
Contains xtd::drawing::color class.
A system-defined color.
A system-defined color.