summaryrefslogtreecommitdiff
path: root/gamut/gammap.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
commit094535c010320967639e8e86f974d878e80baa72 (patch)
treeefc3094b20355dcbeebb2c4ece4fcfc69bffedb5 /gamut/gammap.h
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'gamut/gammap.h')
-rw-r--r--gamut/gammap.h2
1 files changed, 2 insertions, 0 deletions
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;