Add tone equalizer to batch editor

This commit is contained in:
Lawrence Lee
2022-06-12 16:57:40 -07:00
parent bd3bd809b5
commit 3e2337bfae
11 changed files with 119 additions and 17 deletions

View File

@@ -18,6 +18,7 @@
*/
#pragma once
#include <array>
#include <vector>
namespace rtengine
@@ -360,7 +361,7 @@ struct SHParamsEdited {
struct ToneEqualizerParamsEdited {
bool enabled;
bool bands;
std::array<bool, 5> bands;
bool regularization;
bool show_colormap;
bool pivot;