Home
last modified time | relevance | path

Searched defs:satLimit (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsimpleprocess.cc966 float satLimit = float (params.colorToning.satProtectionThreshold) / 100.f * 0.7f + 0.3f; in stage_finish() local
H A Dimprocfun.cc2058 …int sat, const LUTf& rCurve, const LUTf& gCurve, const LUTf& bCurve, float satLimit, float satLimi… in rgbProc()
2071 …int sat, const LUTf& rCurve, const LUTf& gCurve, const LUTf& bCurve, float satLimit, float satLimi… in rgbProc()
4094 …, float &ro, float &go, float &bo, int algm, int metchrom, int twoc, float satLimit, float satLimi… in labtoning()
H A Drtthumbnail.cc1340 float satLimit = float (params.colorToning.satProtectionThreshold) / 100.f * 0.7f + 0.3f; in processImage() local