From fed89f67432afde26d88d0ed41d3e68a93869e58 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sun, 5 Jan 2025 20:42:20 +0100 Subject: added grey color --- src/crepe/api/Color.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crepe/api/Color.cpp') diff --git a/src/crepe/api/Color.cpp b/src/crepe/api/Color.cpp index 6858aa8..1374198 100644 --- a/src/crepe/api/Color.cpp +++ b/src/crepe/api/Color.cpp @@ -10,3 +10,4 @@ const Color Color::BLACK {0x00, 0x00, 0x00}; const Color Color::CYAN {0x00, 0xff, 0xff}; const Color Color::YELLOW {0xff, 0xff, 0x00}; const Color Color::MAGENTA {0xff, 0x00, 0xff}; +const Color Color::GREY {0x80, 0x80, 0x80}; -- cgit v1.2.3