summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index 35d4d0c..42aef67 100644
--- a/graphics.h
+++ b/graphics.h
@@ -418,6 +418,8 @@ Memimage *dupmemimage(Memimage*);
Color srgb2linear(Color);
Color linear2srgb(Color);
ulong rgba2xrgb(ulong);
+Color aces(Color);
+Color aces2(Color);
/* shadeop */
double sign(double);