Reworked color functions

see issue 1052
This commit is contained in:
Oliver Duis
2012-07-11 09:10:49 +02:00
parent af9fb61241
commit 8b8ced3a39
15 changed files with 546 additions and 811 deletions

View File

@@ -34,8 +34,6 @@ class Navigator : public Gtk::Frame, public PointerMotionListener {
Gtk::Label *H, *S, *V;
Gtk::Label *LAB_A, *LAB_B, *LAB_L;
void rgb2hsv (int r, int g, int b, int &h, int &s, int &v);
//void rgb2lab (int r, int g, int b, int &LAB_l, int &LAB_a, int &LAB_b);
void rgb2lab (Glib::ustring profile, int r, int g, int b, int &LAB_l, int &LAB_a, int &LAB_b);
void setInvalid (int fullWidth=-1, int fullHeight=-1);