Neutral Levels & tooltips (issue 1161)

This commit is contained in:
michael
2011-12-18 19:12:47 -05:00
parent 815ba5b321
commit a223ba50ea
5 changed files with 52 additions and 3 deletions

View File

@@ -187,7 +187,8 @@ enum ProcEvent {
EvRGBrCurve=162,
EvRGBgCurve=163,
EvRGBbCurve=164,
NUMOFEVENTS=165
EvNeutralExp=165,
NUMOFEVENTS=166
};
}
#endif

View File

@@ -184,7 +184,8 @@ SHARPENING, // EvEPDReweightingIterates
SHARPENING, // EvEPDEnabled
RGBCURVE, // EvRGBrCurve
RGBCURVE, // EvRGBgCurve
RGBCURVE // EvRGBbCurve
RGBCURVE, // EvRGBbCurve
RGBCURVE // EvNeutralExp
};