Home
last modified time | relevance | path

Searched refs:ctOpacityCurve (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimprocfun.h129 …const OpacityCurve& ctOpacityCurve, bool opautili, const LUTf& clcurve, const LUTf& cl2curve, cons…
135 …const OpacityCurve& ctOpacityCurve, bool opautili, const LUTf& clcurve, const LUTf& cl2curve, cons…
139 …acity, const ColorGradientCurve & ctColorCurve, const OpacityCurve & ctOpacityCurve, const LUTf & …
H A Dimproccoordinator.h135 OpacityCurve ctOpacityCurve; variable
H A Dsimpleprocess.cc951 params.colorToning.getCurves (ctColorCurve, ctOpacityCurve, wp, opautili); in stage_finish()
994 …on, rCurve, gCurve, bCurve, satLimit, satLimitOpacity, ctColorCurve, ctOpacityCurve, opautili, clT… in stage_finish()
1009 ctOpacityCurve.Reset(); in stage_finish()
1570 OpacityCurve ctOpacityCurve; member in rtengine::__anon72e403880111::ImageProcessor
H A Dimprocfun.cc2059 …const ColorGradientCurve& ctColorCurve, const OpacityCurve& ctOpacityCurve, bool opautili, const L… in rgbProc() argument
2064 …ve, sat, rCurve, gCurve, bCurve, satLimit, satLimitOpacity, ctColorCurve, ctOpacityCurve, opautili, in rgbProc()
2072 …const ColorGradientCurve& ctColorCurve, const OpacityCurve& ctOpacityCurve, bool opautili, const L… in rgbProc() argument
2270 …bool hasColorToning = params->colorToning.enabled && bool (ctOpacityCurve) && bool (ctColorCurve)… in rgbProc()
2894 …, bo, algm, metchrom, twoc, satLimit, satLimitOpacity, ctColorCurve, ctOpacityCurve, clToningcurve… in rgbProc()
2917 if (ctOpacityCurve) { in rgbProc()
2918 …= (1.f - min<float> (s / satLimit, 1.f) * (1.f - satLimitOpacity)) * ctOpacityCurve.lutOpacityCurv… in rgbProc()
3565 …bo, algm, metchrom, twoc, satLimit, satLimitOpacity, ctColorCurve, ctOpacityCurve, clToningcurve… in rgbProc()
3592 float opacity = ctOpacityCurve.lutOpacityCurve[l_ * 500.f] / 4.f; in rgbProc()
4094 …acity, const ColorGradientCurve & ctColorCurve, const OpacityCurve & ctOpacityCurve, const LUTf & … in labtoning() argument
[all …]
H A Drtthumbnail.cc1296 OpacityCurve ctOpacityCurve; in processImage() local
1325 params.colorToning.getCurves (ctColorCurve, ctOpacityCurve, wp, opautili); in processImage()
1379 …on, rCurve, gCurve, bCurve, satLimit, satLimitOpacity, ctColorCurve, ctOpacityCurve, opautili, clT… in processImage()
1385 ctOpacityCurve.Reset(); in processImage()
H A Dimproccoordinator.cc661 params->colorToning.getCurves(ctColorCurve, ctOpacityCurve, wp, opautili); in updatePreviewImage()
733 …ve, colourToningSatLimit, colourToningSatLimitOpacity, ctColorCurve, ctOpacityCurve, opautili, clT… in updatePreviewImage()
H A Ddcrop.cc823 …, parent->colourToningSatLimitOpacity, parent->ctColorCurve, parent->ctOpacityCurve, parent->opaut… in update()