summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-08-07 19:31:03 +1000
committerquou <quou@disroot.org>2024-08-10 19:01:10 +1000
commitdb26f27bbeea7de759c8f5a30fa79789bed066a2 (patch)
tree8ee310f577ac54af794f901d8aba41aed2aeea7b /render.h
parentfd862f1be0b91b48135a9670362922796fae879e (diff)
col_add
Diffstat (limited to 'render.h')
-rw-r--r--render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render.h b/render.h
index fcce37e..74bcd7f 100644
--- a/render.h
+++ b/render.h
@@ -42,6 +42,7 @@ Colour blend(Colour dst, Colour src);
Colour blend_mod(Colour dst, Colour src, Colour mod);
Colour col_mul(Colour a, Colour b);
Colour col_scl(Colour a, unsigned char s);
+Colour col_add(Colour a, Colour b);
typedef struct {
Colour* p;