From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- xicc/xfit.h | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 xicc/xfit.h (limited to 'xicc/xfit.h') diff --git a/xicc/xfit.h b/xicc/xfit.h old mode 100644 new mode 100755 index 14b4ecc..7e50c94 --- a/xicc/xfit.h +++ b/xicc/xfit.h @@ -55,6 +55,7 @@ typedef enum { #define XFIT_OUT_WP_REL 0x0010 /* Extract the white point and make output relative */ #define XFIT_OUT_WP_REL_US 0x0030 /* Same as above but scale to avoid clipping above WP */ #define XFIT_OUT_WP_REL_C 0x0050 /* Same as above but clip any cLUT values over D50 */ + #define XFIT_CLIP_WP 0x0080 /* Clip white point to have Y <= 1.0 (conflict with above) */ #define XFIT_OUT_LAB 0x0100 /* Output space is LAB else XYZ for reading WP */ -- cgit v1.2.3