merged 'dev' into 'sony-pixel-shift'
This commit is contained in:
@@ -341,6 +341,7 @@ struct RetinexParams
|
||||
*/
|
||||
struct LCurveParams
|
||||
{
|
||||
bool enabled;
|
||||
std::vector<double> lcurve;
|
||||
std::vector<double> acurve;
|
||||
std::vector<double> bcurve;
|
||||
@@ -367,6 +368,7 @@ struct LCurveParams
|
||||
* Parameters of the RGB curves
|
||||
*/
|
||||
struct RGBCurvesParams {
|
||||
bool enabled;
|
||||
bool lumamode;
|
||||
std::vector<double> rcurve;
|
||||
std::vector<double> gcurve;
|
||||
@@ -538,6 +540,7 @@ struct WBEntry {
|
||||
};
|
||||
|
||||
struct WBParams {
|
||||
bool enabled;
|
||||
Glib::ustring method;
|
||||
int temperature;
|
||||
double green;
|
||||
@@ -895,6 +898,7 @@ struct VignettingParams {
|
||||
* Parameters of the color mixer
|
||||
*/
|
||||
struct ChannelMixerParams {
|
||||
bool enabled;
|
||||
int red[3];
|
||||
int green[3];
|
||||
int blue[3];
|
||||
@@ -1137,6 +1141,7 @@ struct DirPyrEqualizerParams {
|
||||
* HSV equalizer params
|
||||
*/
|
||||
struct HSVEqualizerParams {
|
||||
bool enabled;
|
||||
std::vector<double> hcurve;
|
||||
std::vector<double> scurve;
|
||||
std::vector<double> vcurve;
|
||||
|
Reference in New Issue
Block a user