Fix source comment and misc. typos
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
This commit is contained in:
@@ -3004,7 +3004,7 @@ void ImProcFunctions::ContAllL (float *koeLi[12], float *maxkoeLi, bool lipschit
|
||||
if(useChromAndHue) {
|
||||
float modhue = varhue[ii][jj];
|
||||
modchro = varchrom[ii * 2][jj * 2];
|
||||
// hue chroma skin with initial lab datas
|
||||
// hue chroma skin with initial lab data
|
||||
scale = 1.f;
|
||||
|
||||
if(skinprot > 0.f) {
|
||||
@@ -3216,7 +3216,7 @@ void ImProcFunctions::ContAllAB (LabImage * labco, int maxlvl, float ** varhue,
|
||||
float LL100 = labco->L[ii * 2][jj * 2] / 327.68f;
|
||||
float modhue = varhue[ii][jj];
|
||||
float modchro = varchrom[ii * 2][jj * 2];
|
||||
// hue chroma skin with initial lab datas
|
||||
// hue chroma skin with initial lab data
|
||||
float scale = 1.f;
|
||||
|
||||
if(skinprot > 0.f) {
|
||||
@@ -3252,7 +3252,7 @@ void ImProcFunctions::ContAllAB (LabImage * labco, int maxlvl, float ** varhue,
|
||||
float modchro = varchrom[ii * 2][jj * 2];
|
||||
|
||||
if(useSkinControl) {
|
||||
// hue chroma skin with initial lab datas
|
||||
// hue chroma skin with initial lab data
|
||||
float LL100 = labco->L[ii * 2][jj * 2] / 327.68f;
|
||||
float modhue = varhue[ii][jj];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user