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

@@ -404,6 +404,7 @@ public:
void colorToningLabGrid(LabImage *lab, int xstart, int xend, int ystart, int yend, bool MultiThread);
void shadowsHighlights(LabImage *lab);
void softLight(LabImage *lab);
void softLightloc(LabImage *lab, LabImage *dst, float blend);
void labColorCorrectionRegions(LabImage *lab);
Image8* lab2rgb(LabImage* lab, int cx, int cy, int cw, int ch, const procparams::ColorManagementParams &icm, bool consider_histogram_settings = true);