Issue 2843: fixed newly introduced highlight clipping issue

This commit is contained in:
torger
2015-07-15 20:36:42 +02:00
parent 094ad23cce
commit 21c7a483a4
2 changed files with 11 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ class RawImageSource : public ImageSource {
float** hrmap[3]; // for color propagation
char** needhr; // for color propagation
int max_3[3];
float chmax[4],hlmax[4];
float chmax[4],hlmax[4],clmax[4];
double initialGain; // initial gain calculated after scale_colors
double camInitialGain;
double defGain;