Add eyedrop tool. The treeview will scroll to the selection.
[colorize.git] / gui / palette.h
1
2 extern struct mark_palette mark_palette[255];
3 extern int mark_selected;
4
5 void create_palette(void);
6 void update_color(int entry);
7 void pick_color(int x, int y);
8