Skip to content

Commit 30bf88e

Browse files
authored
add a bunch of example colors instead of black and white
1 parent 4c0efec commit 30bf88e

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

PopLib/graphics/color.hpp

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,27 @@ class Color
3131

3232
static Color Black;
3333
static Color White;
34-
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+
3555
public:
3656
Color();
3757
Color(int theColor);

0 commit comments

Comments
 (0)