Navigator info alignment (issue 2333)

This commit is contained in:
michael
2014-04-08 08:44:57 -04:00
parent e4e2a93b6e
commit 223a989f03
3 changed files with 152 additions and 50 deletions

View File

@@ -34,6 +34,10 @@ class Navigator : public Gtk::Frame, public PointerMotionListener {
Gtk::Label *H, *S, *V;
Gtk::Label *LAB_A, *LAB_B, *LAB_L;
Gtk::Label *lR, *lG, *lB;
Gtk::Label *lH, *lS, *lV;
Gtk::Label *lLAB_A, *lLAB_B, *lLAB_L;
void rgb2lab (Glib::ustring profile, int r, int g, int b, float &LAB_l, float &LAB_a, float &LAB_b);
void setInvalid (int fullWidth=-1, int fullHeight=-1);