summaryrefslogtreecommitdiff
path: root/target/targen.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/targen.h')
-rw-r--r--target/targen.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/target/targen.h b/target/targen.h
new file mode 100644
index 0000000..2f4665a
--- /dev/null
+++ b/target/targen.h
@@ -0,0 +1,30 @@
+
+#ifndef TARGEN_H
+/*
+ * Argyll Color Correction System
+ * Test target chart Generator.
+ *
+ * Author: Graeme W. Gill
+ * Date: 7/4/2002
+ *
+ * Copyright 2002, Graeme W. Gill
+ * All rights reserved.
+ *
+ * This material is licenced under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 :-
+ * see the License.txt file for licencing details.
+ */
+
+
+/* Targen generation common defines */
+
+#define MXTD ICX_MXINKS /* From xicc/xcolorants.h */
+
+/* A fixed point position */
+struct _fxpos {
+ double p[MXTD]; /* Device coordinate position */
+ double v[MXTD]; /* Room for perceptual value */
+}; typedef struct _fxpos fxpos;
+
+
+#define TARGEN_H
+#endif /* TARGEN_H */