Added RGB saturation slider. Fixed coding error in RGB contrast curve.

This commit is contained in:
Emil Martinec
2010-11-07 11:34:15 -06:00
parent a022dc0c56
commit 9bf2ff0079
23 changed files with 325 additions and 234 deletions

View File

@@ -31,7 +31,8 @@ class ToneCurveParamsEdited {
bool brightness;
bool black;
bool contrast;
bool shcompr;
bool saturation;
bool shcompr;
bool hlcompr;
bool autoexp;
bool clip;