Added new color toning mode "L*a*b* color correction grid", adapted from DT's color correction module
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
||||
|
||||
void colorForValue (double valX, double valY, enum ColorCaller::ElemType elemType, int callerId, ColorCaller* caller);
|
||||
|
||||
void setListener(ToolPanelListener *tpl);
|
||||
|
||||
private:
|
||||
//Gtk::HSeparator* satLimiterSep;
|
||||
Gtk::HSeparator* colorSep;
|
||||
@@ -101,6 +103,9 @@ private:
|
||||
bool lastLumamode;
|
||||
sigc::connection lumamodeConn;
|
||||
|
||||
rtengine::ProcEvent EvColorToningLabGridValue;
|
||||
Gtk::DrawingArea *labgridArea;
|
||||
|
||||
IdleRegister idle_register;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user