merge with dev
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user