From 1ec784ed5ae593f3d382c37c6f34fabe1497a861 Mon Sep 17 00:00:00 2001 From: rodri Date: Mon, 19 Aug 2024 05:16:26 +0000 Subject: color: add ACES tone mapping functions. --- graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics.h') 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); -- cgit v1.2.3