Home
last modified time | relevance | path

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

/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsimpleprocess.cc967 float satLimitOpacity = 1.f - (float (params.colorToning.saturatedOpacity) / 100.f); in stage_finish() local
H A Dimprocfun.cc2058 … const LUTf& rCurve, const LUTf& gCurve, const LUTf& bCurve, float satLimit, float satLimitOpacity, in rgbProc()
2071 …const LUTf& rCurve, const LUTf& gCurve, const LUTf& bCurve, float satLimit, float satLimitOpacity, in rgbProc()
4094 …&go, float &bo, int algm, int metchrom, int twoc, float satLimit, float satLimitOpacity, const Col… in labtoning()
H A Drtthumbnail.cc1341 float satLimitOpacity = 1.f - (float (params.colorToning.saturatedOpacity) / 100.f); in processImage() local