aboutsummaryrefslogtreecommitdiffstats
path: root/lut.h
diff options
context:
space:
mode:
Diffstat (limited to 'lut.h')
-rw-r--r--lut.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/lut.h b/lut.h
new file mode 100644
index 0000000..5a1756c
--- /dev/null
+++ b/lut.h
@@ -0,0 +1,15 @@
+struct op_map_parm_ch {
+ float gamma;
+ int bottom;
+ int top;
+ int left;
+ int right;
+};
+struct op_map_parm {
+ struct op_map_parm_ch red;
+ struct op_map_parm_ch green;
+ struct op_map_parm_ch blue;
+};
+
+extern struct op_map_parm_ch op_map_nothing;
+extern struct ida_op desc_map;