aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colour.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/colour.h b/colour.h
index fc25ac9..4c66992 100644
--- a/colour.h
+++ b/colour.h
@@ -1,5 +1,5 @@
struct colour {
- uint8_t r;
- uint8_t g;
- uint8_t b;
+ char r;
+ char g;
+ char b;
};