diff options
Diffstat (limited to 'src/ipa/libipa/awb_bayes.h')
-rw-r--r-- | src/ipa/libipa/awb_bayes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/libipa/awb_bayes.h b/src/ipa/libipa/awb_bayes.h index bb933038..47ef3cce 100644 --- a/src/ipa/libipa/awb_bayes.h +++ b/src/ipa/libipa/awb_bayes.h @@ -27,7 +27,7 @@ public: int init(const YamlObject &tuningData) override; AwbResult calculateAwb(const AwbStats &stats, unsigned int lux) override; - RGB<double> gainsFromColourTemperature(double temperatureK) override; + std::optional<RGB<double>> gainsFromColourTemperature(double temperatureK) override; void handleControls(const ControlList &controls) override; private: |