7 /* code to read *actual* colors from terminal.
8 this is not possible with ncurses
9 (color_content() returns impl.-defined default colors).
10 all functions return 0 on success, and non-0 on failure. */
17 int color_reader_init(struct color_reader
*cr
);
18 int color_reader_get_color(struct color_reader
*cr
, int colnr
, rgb_t
*out
);
19 int color_reader_close(struct color_reader
*cr
);
21 #pragma RcB2 DEP "color_reader.c"