Issue 2843: fixed newly introduced highlight clipping issue
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user