summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-28 13:52:06 +1000
committerquou <quou@disroot.org>2024-07-28 13:52:06 +1000
commit259e8e07ceb8f4729b9523ea08c4cd7ef2b4ad00 (patch)
tree264ffe56e06f83e4f07cb74a8d2a421a78dae275 /render.h
parent7d6d4d11b5e4da38b82cbad705539e64c83788cc (diff)
make_white and make_black
Diffstat (limited to 'render.h')
-rw-r--r--render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render.h b/render.h
index b420c20..6c085cb 100644
--- a/render.h
+++ b/render.h
@@ -17,6 +17,8 @@ Colour make_cyan(void);
Colour make_pink(void);
Colour make_yellow(void);
Colour make_aliceblue(void);
+Colour make_white(void);
+Colour make_black(void);
Colour blend(Colour dst, Colour src);
Colour blend_mod(Colour dst, Colour src, Colour mod);
Colour col_mul(Colour a, Colour b);