X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Fcolor.hpp;h=f0bd76d6b0ee87e78802b7823c521a96d81f4146;hb=86e5914510fc29f4decbb66a7d602872b6c8555e;hp=e3ff67804b8aa1f9bc615a55b50908914f7fcd93;hpb=20efd7620620892d92b1c7df124c3a0c8df22a82;p=supertux.git diff --git a/src/video/color.hpp b/src/video/color.hpp index e3ff67804..f0bd76d6b 100644 --- a/src/video/color.hpp +++ b/src/video/color.hpp @@ -77,6 +77,15 @@ public: } float red, green, blue, alpha; + + static const Color BLACK; + static const Color RED; + static const Color GREEN; + static const Color BLUE; + static const Color CYAN; + static const Color MAGENTA; + static const Color YELLOW; + static const Color WHITE; }; #endif