From e9e9684117719204929821028ba9dbb7915ea119 Mon Sep 17 00:00:00 2001 From: kraxel Date: Sun, 28 Mar 2004 11:31:57 +0000 Subject: Initial revision --- lut.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lut.h (limited to 'lut.h') 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; -- cgit