aboutsummaryrefslogtreecommitdiff
path: root/src/color.h
diff options
context:
space:
mode:
authorfoswret2026-05-05 10:59:05 -0500
committerfoswret2026-05-05 10:59:05 -0500
commit567b98381670eb96264fb8ae3621595ebfba1c5b (patch)
tree078b40fdabe8200f8cc471899765d45c04959918 /src/color.h
parent8d760e61cd8db7e299938f061fd0d9425dbbd12c (diff)
add color.h, create draw_image()
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h
new file mode 100644
index 0000000..2ce4995
--- /dev/null
+++ b/src/color.h
@@ -0,0 +1,4 @@
+#define BLACK "000000"
+#define WHITE "FFFFFF"
+#define GREEN "008000"
+#define RED "FF2052"