Home
last modified time | relevance | path

Searched refs:bluehigh (Results 1 – 13 of 13) sorted by relevance

/dports/audio/sbagen/sbagen-1.4.5/examples/contrib/
H A Drusty-1.sbg7 bluehigh: pink/65 709.4+11.08/5 354.7+5.54/10 177.35+2.77/20
12 00:15:00 bluehigh ->
16 01:15:00 bluehigh ->
20 02:15:00 bluehigh ->
24 03:15:00 bluehigh ->
28 04:15:00 bluehigh ->
32 05:15:00 bluehigh ->
36 06:15:00 bluehigh ->
40 07:15:00 bluehigh ->
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dcolortoning.cc552 bluehigh->resetValue(false); in neutral_pressed()
596 bluehigh->setEditedState (pedited->colorToning.bluehigh ? Edited : UnEdited); in read()
624 bluehigh->setValue (pp->colorToning.bluehigh); in read()
698 pp->colorToning.bluehigh = bluehigh->getValue (); in write()
739 pedited->colorToning.bluehigh = bluehigh->getEditedState (); in write()
824 bluehigh->setDefault (defParams->colorToning.bluehigh); in setDefaults()
843 bluehigh->setDefaultEditedState (pedited->colorToning.bluehigh ? Edited : UnEdited); in setDefaults()
884 bluehigh->setAddMode(splitAdd); in setAdjusterBehavior()
1331 bluehigh->trimValue(pp->colorToning.bluehigh); in trimValues()
1356 } else if (a == bluehigh) { in adjusterChanged()
[all …]
H A Dwavelet.cc727 chanMixerHLBox->pack_start (*bluehigh); in Wavelet()
738 bluehigh->setAdjusterListener (this); in Wavelet()
919 bluehigh->resetValue(false); in neutral_pressed()
1176 bluehigh->setValue (pp->wavelet.bluehigh); in read()
1301 bluehigh->setEditedState (pedited->wavelet.bluehigh ? Edited : UnEdited); in read()
1505 pp->wavelet.bluehigh = bluehigh->getValue (); in write()
1596 pedited->wavelet.bluehigh = bluehigh->getEditedState (); in write()
1806 bluehigh->setDefault (defParams->wavelet.bluehigh); in setDefaults()
1814 bluehigh->setDefaultEditedState (pedited->wavelet.bluehigh ? Edited : UnEdited); in setDefaults()
2477 } else if (a == bluehigh ) { in adjusterChanged()
[all …]
H A Dparamsedited.h164 bool bluehigh; member
570 bool bluehigh; member
H A Dcolortoning.h107 Adjuster* bluehigh; variable
H A Dparamsedited.cc142 colorToning.bluehigh = v; in set()
482 wavelet.bluehigh = v; in set()
722 …colorToning.bluehigh = colorToning.bluehigh && p.colorToning.bluehigh == other.colorToning.bluehig… in initFrom()
1064 wavelet.bluehigh = wavelet.bluehigh && p.wavelet.bluehigh == other.wavelet.bluehigh; in initFrom()
1599 if (colorToning.bluehigh) { in combine()
1600bluehigh = dontforceSet && options.baBehav[ADDSET_COLORTONING_SPLIT] ? toEdit.colorToning.bluehigh in combine()
2852 if (wavelet.bluehigh) { in combine()
2853 toEdit.wavelet.bluehigh = mods.wavelet.bluehigh; in combine()
H A Dwavelet.h181 Adjuster* bluehigh; variable
H A Dbatchtoolpanelcoord.cc297 … pparams.colorToning.redhigh = pparams.colorToning.greenhigh = pparams.colorToning.bluehigh = in initSession()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dprocparams.h517 double bluehigh; variable
1126 double bluehigh; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dprocparams.cc773 bluehigh(0.0),
811 && bluehigh == other.bluehigh in operator ==()
831 …!greenlow && !bluelow && !redmed && !greenmed && !bluemed && !redhigh && !greenhigh && !bluehigh) { in mixerToCurve()
934 high[2] = float (bluehigh) / 100.f; // [-1. ; +1.] in mixerToCurve()
2230 bluehigh(0),
2319 && bluehigh == other.bluehigh in operator ==()
3454 …saveToKeyfile(!pedited || pedited->wavelet.bluehigh, "Wavelet", "CBbluehigh", wavelet.bluehigh, ke… in save()
3590 …saveToKeyfile(!pedited || pedited->colorToning.bluehigh, "ColorToning", "Bluehigh", colorToning.bl… in save()
4598 …romKeyfile(keyFile, "Wavelet", "CBbluehigh", pedited, wavelet.bluehigh, pedited->wavelet.bluehigh); in load()
5004 …(keyFile, "ColorToning", "Bluehigh", pedited, colorToning.bluehigh, pedited->colorToning.bluehigh); in load()
H A Dprocparams.h446 double bluehigh; member
1202 int bluehigh; member
H A Dipwavelet.cc303 cp.blhigh = (float)params->wavelet.bluehigh; in ip_wavelet()
H A Dimprocfun.cc2314 float BlueHigh = params->colorToning.bluehigh / 100.f; in rgbProc()