summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index 7b46ed7..335b4b0 100644
--- a/graphics.h
+++ b/graphics.h
@@ -339,6 +339,10 @@ Point2 modulapt2(Point2, Point2);
Point3 modulapt3(Point3, Point3);
Memimage *rgb(ulong);
+/* color */
+Color srgb2linear(Color);
+Color linear2srgb(Color);
+
/* shadeop */
double sign(double);
double step(double, double);