merged 'dev' into 'sony-pixel-shift'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user