Improve ref (hue chroma luma) management - prepare mask and blend

This commit is contained in:
Desmis
2019-01-07 16:51:05 +01:00
parent 1f900c03df
commit d6f13b0753
15 changed files with 288 additions and 27 deletions

View File

@@ -962,6 +962,8 @@ struct LocallabParams {
std::vector<double> cccurve;
std::vector<double> LHcurve;
std::vector<double> HHcurve;
std::vector<double> CCmaskcurve;
std::vector<double> LLmaskcurve;
bool invers;
// Exposure
bool expexpose;