aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Color.h')
-rw-r--r--src/crepe/api/Color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/api/Color.h b/src/crepe/api/Color.h
index 36d91ef..e818de4 100644
--- a/src/crepe/api/Color.h
+++ b/src/crepe/api/Color.h
@@ -6,6 +6,7 @@ class Color {
// FIXME: can't these colors be defined as a `static constexpr const Color`
// instead?
+
public:
Color(double red, double green, double blue, double alpha);
static const Color & get_white();