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

@@ -23,9 +23,9 @@
#define ADDSET_CA 19
#define ADDSET_VIGN_AMOUNT 20
#define ADDSET_LC_SATURATION 21
#define ADDSET_TC_SATURATION 22
// When adding items, make sure to update ADDSET_PARAM_NUM
#define ADDSET_PARAM_NUM 22 // THIS IS USED AS A DELIMITER!!
#define ADDSET_PARAM_NUM 23 // THIS IS USED AS A DELIMITER!!
#endif