merged 'dev' into 'sony-pixel-shift'

This commit is contained in:
Alberto Griggio
2017-12-18 10:11:38 +01:00
64 changed files with 1000 additions and 751 deletions

View File

@@ -100,6 +100,7 @@ public:
class LCurveParamsEdited
{
public:
bool enabled;
bool brightness;
bool contrast;
bool chromaticity;
@@ -115,14 +116,13 @@ public:
bool hhcurve;
bool lccurve;
bool clcurve;
bool enabled;
bool method;
};
class RGBCurvesParamsEdited
{
public:
bool enabled;
bool lumamode;
bool rcurve;
bool gcurve;
@@ -229,6 +229,7 @@ class WBParamsEdited
{
public:
bool enabled;
bool method;
bool temperature;
bool green;
@@ -487,6 +488,7 @@ class ChannelMixerParamsEdited
{
public:
bool enabled;
bool red[3];
bool green[3];
bool blue[3];
@@ -677,6 +679,7 @@ class HSVEqualizerParamsEdited
{
public:
bool enabled;
bool hcurve;
bool scurve;
bool vcurve;