aboutsummaryrefslogtreecommitdiff
path: root/colour.h
diff options
context:
space:
mode:
Diffstat (limited to 'colour.h')
-rw-r--r--colour.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/colour.h b/colour.h
new file mode 100644
index 0000000..fc25ac9
--- /dev/null
+++ b/colour.h
@@ -0,0 +1,5 @@
+struct colour {
+ uint8_t r;
+ uint8_t g;
+ uint8_t b;
+};