Solving issue 1937: "Auto-WB goes green when image is re-opened"

This commit is contained in:
natureh 510
2013-07-30 00:53:41 +02:00
parent 50be5a17d9
commit 7b0d84fd15
9 changed files with 17 additions and 17 deletions

View File

@@ -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; }