We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0efec commit 30bf88eCopy full SHA for 30bf88e
1 file changed
PopLib/graphics/color.hpp
@@ -31,7 +31,27 @@ class Color
31
32
static Color Black;
33
static Color White;
34
-
+//add a bunch of colors in case if a person cannot use designated functions below:
35
+ static Color Red;
36
+ static Color Lime;
37
+ static Color Blue;
38
+ static Color Cyan;
39
+ static Color Magenta;
40
+ static Color Yellow;
41
+ static Color SkyBlue;
42
+ static Color Brown;
43
+ static Color Orange;
44
+ static Color Green;
45
+ static Color SpringGreen;
46
+ static Color Lavender;
47
+ static Color Gold;
48
+ static Color Purple;
49
+ static Color Navy;
50
+ static Color Gray;
51
+ static Color Silver;
52
+ static Color Pink;
53
+ static Color Scarlet;
54
+
55
public:
56
Color();
57
Color(int theColor);
0 commit comments