CBDL skin tones targeting-protection issue2150

This commit is contained in:
jdc
2014-02-16 08:24:18 +01:00
parent 36d982bf1d
commit 50eb43ede0
89 changed files with 1218 additions and 174 deletions

View File

@@ -54,9 +54,12 @@ namespace rtengine {
int protectred;
double protectredh;
bool ciebadpixgauss;
int CRI_color; // N<> for display Lab value ; 0 disabled
int CRI_color; // N<> for display Lab value ; 0 disabled
// bool bw_complementary;
double artifact_cbdl;
double level0_cbdl;
double level123_cbdl;
/** Creates a new instance of Settings.
* @return a pointer to the new Settings instance. */
static Settings* create ();