From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- gamut/gammap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gamut/gammap.h') diff --git a/gamut/gammap.h b/gamut/gammap.h index 3bc1c8c..69207a4 100644 --- a/gamut/gammap.h +++ b/gamut/gammap.h @@ -31,11 +31,13 @@ struct _gammap { rspl *map; /* Rotated, L mapped Lab -> Lab gamut map */ double imin[3], imax[3]; /* Input range limits of map */ + double tv[3]; /* Inversion target value */ /* Public: */ /* Methods */ void (*del)(struct _gammap *s); /* Free ourselves */ void (*domap)(struct _gammap *s, double *out, double *in); /* Do the mapping */ + void (*invdomap1)(struct _gammap *s, double *out, double *in); /* Do the inverse mapping */ }; typedef struct _gammap gammap; -- cgit v1.2.3