Fix bug in Lab adjustements - Red and Skin tones protection - see issue1514
This commit is contained in:
55
rtgui/addsetids.h
Normal file
55
rtgui/addsetids.h
Normal file
@@ -0,0 +1,55 @@
|
||||
#ifndef _ADDSETIDS_
|
||||
#define _ADDSETIDS_
|
||||
|
||||
|
||||
// UPDATE THE DEFAULT VALUE IN OPTIONS.CC TOO !!!
|
||||
|
||||
|
||||
#define ADDSET_TC_EXPCOMP 0
|
||||
#define ADDSET_TC_BRIGHTNESS 1
|
||||
#define ADDSET_TC_BLACKLEVEL 2
|
||||
#define ADDSET_TC_CONTRAST 3
|
||||
#define ADDSET_SH_HIGHLIGHTS 4
|
||||
#define ADDSET_SH_SHADOWS 5
|
||||
#define ADDSET_SH_LOCALCONTRAST 6
|
||||
#define ADDSET_LC_BRIGHTNESS 7
|
||||
#define ADDSET_LC_CONTRAST 8
|
||||
#define ADDSET_SHARP_AMOUNT 9
|
||||
#define ADDSET_WB_TEMPERATURE 10
|
||||
#define ADDSET_WB_GREEN 11
|
||||
#define ADDSET_ROTATE_DEGREE 12
|
||||
#define ADDSET_DIST_AMOUNT 13
|
||||
#define ADDSET_PERSPECTIVE 14
|
||||
#define ADDSET_CA 15
|
||||
#define ADDSET_VIGN_AMOUNT 16
|
||||
#define ADDSET_VIGN_RADIUS 17
|
||||
#define ADDSET_VIGN_STRENGTH 18
|
||||
#define ADDSET_VIGN_CENTER 19
|
||||
#define ADDSET_LC_CHROMATICITY 20
|
||||
#define ADDSET_TC_SATURATION 21
|
||||
#define ADDSET_TC_HLCOMPAMOUNT 22
|
||||
#define ADDSET_TC_HLCOMPTHRESH 23
|
||||
#define ADDSET_TC_SHCOMP 24
|
||||
#define ADDSET_DIRPYREQ 25
|
||||
#define ADDSET_DIRPYRDN_CHLUM 26
|
||||
#define ADDSET_DIRPYRDN_GAMMA 27
|
||||
#define ADDSET_CHMIXER 28
|
||||
#define ADDSET_PREPROCESS_GREENEQUIL 29
|
||||
#define ADDSET_PREPROCESS_LINEDENOISE 30
|
||||
#define ADDSET_RAWCACORR 31
|
||||
#define ADDSET_RAWEXPOS_LINEAR 32
|
||||
#define ADDSET_RAWEXPOS_PRESER 33
|
||||
#define ADDSET_RAWEXPOS_BLACKS 34
|
||||
#define ADDSET_SHARPENEDGE_AMOUNT 35
|
||||
#define ADDSET_SHARPENMICRO_AMOUNT 36
|
||||
#define ADDSET_SHARPENEDGE_PASS 37
|
||||
#define ADDSET_SHARPENMICRO_UNIFORMITY 38
|
||||
#define ADDSET_VIBRANCE_PASTELS 39
|
||||
#define ADDSET_VIBRANCE_SATURATED 40
|
||||
#define ADDSET_FREE_OUPUT_GAMMA 41
|
||||
#define ADDSET_FREE_OUTPUT_SLOPE 42
|
||||
|
||||
// When adding items, make sure to update ADDSET_PARAM_NUM
|
||||
#define ADDSET_PARAM_NUM 43 // THIS IS USED AS A DELIMITER!!
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user