Solving issue 1937: "Auto-WB goes green when image is re-opened"
This commit is contained in:
@@ -153,7 +153,7 @@ class RawImageSource : public ImageSource {
|
||||
|
||||
void getImage (ColorTemp ctemp, int tran, Imagefloat* image, PreviewProps pp, HRecParams hrp, ColorManagementParams cmp, RAWParams raw);
|
||||
ColorTemp getWB () { return wb; }
|
||||
void getAutoWBMultipliers (double &rm, double &bm, double &gm);
|
||||
void getAutoWBMultipliers (double &rm, double &gm, double &bm);
|
||||
ColorTemp getSpotWB (std::vector<Coord2D> &red, std::vector<Coord2D> &green, std::vector<Coord2D> &blue, int tran, double equal);
|
||||
bool isWBProviderReady () { return rawData; }
|
||||
|
||||
|
Reference in New Issue
Block a user