aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/graphics/color.h')
-rw-r--r--include/mgl/graphics/color.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mgl/graphics/color.h b/include/mgl/graphics/color.h
new file mode 100644
index 0000000..62ded72
--- /dev/null
+++ b/include/mgl/graphics/color.h
@@ -0,0 +1,8 @@
+#ifndef MGL_COLOR_H
+#define MGL_COLOR_H
+
+typedef struct {
+ float r, g, b, a;
+} mgl_color;
+
+#endif /* MGL_COLOR_H */