Add Local Soft Light

This commit is contained in:
Desmis
2018-12-26 09:12:27 +01:00
parent 000b91f5eb
commit ed9b54db5a
12 changed files with 300 additions and 15 deletions

View File

@@ -977,6 +977,10 @@ struct LocallabParams {
std::vector<int> pastsattog;
std::vector<int> sensiv;
std::vector<std::vector<double>> skintonescurve;
//Soft Light
std::vector<int> expsoft;
std::vector<int> streng;
std::vector<int> sensisf;
// Blur & Noise
std::vector<int> expblur;
std::vector<int> radius;