astyle modified code on dehaze

This commit is contained in:
Morgan Hardwood
2015-09-08 09:56:30 +02:00
parent 5d6f7080b7
commit d8945607d5
11 changed files with 81 additions and 70 deletions

View File

@@ -81,11 +81,11 @@ public:
void updateCurveBackgroundHistogram (LUTu & histToneCurve, LUTu & histLCurve, LUTu & histCCurve,/* LUTu & histCLurve, LUTu & histLLCurve,*/ LUTu & histLCAM, LUTu & histCCAM, LUTu & histRed, LUTu & histGreen, LUTu & histBlue, LUTu & histLuma);
virtual void colorForValue (double valX, double valY, enum ColorCaller::ElemType elemType, int callerId, ColorCaller* caller);
private:
private:
};
#endif