File: lut.h

package info (click to toggle)
fbi 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,044 kB
  • sloc: ansic: 24,426; sh: 138; perl: 16; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;