merge with dev

This commit is contained in:
U-PC-BUREAU\jacques
2018-11-01 08:37:28 +01:00
75 changed files with 1248 additions and 378 deletions

View File

@@ -19,9 +19,12 @@
#ifndef __CURVES_H__
#define __CURVES_H__
#include <glibmm.h>
#include <map>
#include <string>
#include <vector>
#include <glibmm.h>
#include "rt_math.h"
#include "../rtgui/mycurve.h"
#include "../rtgui/myflatcurve.h"
@@ -42,6 +45,7 @@ using namespace std;
namespace rtengine
{
class ToneCurve;
class ColorAppearance;
@@ -55,6 +59,8 @@ void setUnlessOOG(T &r, T &g, T &b, const T &rr, const T &gg, const T &bb)
}
}
bool sanitizeCurve(std::vector<double>& curve);
namespace curves {
inline void setLutVal(const LUTf &lut, float &val)