Home
last modified time | relevance | path

Searched refs:applyLookTable (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dicmpanel.cc554 ckbApplyLookTable->set_active(pp->icm.applyLookTable); in read()
555 lastApplyLookTable = pp->icm.applyLookTable; in read()
568 ckbApplyLookTable->set_inconsistent(!pedited->icm.applyLookTable); in read()
644 pp->icm.applyLookTable = ckbApplyLookTable->get_active(); in write()
660 pedited->icm.applyLookTable = !ckbApplyLookTable->get_inconsistent(); in write()
H A Dparamsedited.h479 bool applyLookTable; member
H A Dparamsedited.cc402 icm.applyLookTable = v; in set()
984 icm.applyLookTable = icm.applyLookTable && p.icm.applyLookTable == other.icm.applyLookTable; in initFrom()
2544 if (icm.applyLookTable) { in combine()
2545 toEdit.icm.applyLookTable = mods.icm.applyLookTable; in combine()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dhistmatching.cc245 && a.applyLookTable == b.applyLookTable in getAutoMatchedToneCurve()
H A Dprocparams.cc2106 applyLookTable(false), in ColorManagementParams()
2125 && applyLookTable == other.applyLookTable in operator ==()
3414 …saveToKeyfile(!pedited || pedited->icm.applyLookTable, "Color Management", "ApplyLookTable", icm.a… in save()
4535 …le, "Color Management", "ApplyLookTable", pedited, icm.applyLookTable, pedited->icm.applyLookTable in load()
H A Dprocparams.h1058 bool applyLookTable; member
H A Drtthumbnail.cc1374 …lyState (params.icm.workingProfile, params.icm.toneCurve, params.icm.applyLookTable, params.icm.ap… in processImage()
H A Drawimagesource.cc958 …dcpProf->setStep2ApplyState(cmp.workingProfile, cmp.toneCurve, cmp.applyLookTable, cmp.applyBaseli… in getDCP()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dhistmatching.cc457 && a.applyLookTable == b.applyLookTable in getAutoMatchedToneCurve()
H A Dprocparams.cc2500 applyLookTable(false), in ColorManagementParams()
2516 && applyLookTable == other.applyLookTable in operator ==()
3710 saveToKeyfile("Color Management", "ApplyLookTable", icm.applyLookTable, keyFile); in save()
4807 assignFromKeyfile(keyFile, "Color Management", "ApplyLookTable", icm.applyLookTable); in load()
H A Dprocparams.h1109 bool applyLookTable; member
H A Drtthumbnail.cc1114 …lyState (params.icm.workingProfile, params.icm.toneCurve, params.icm.applyLookTable, params.icm.ap… in processImage()
H A Drawimagesource.cc944 …dcpProf->setStep2ApplyState(cmp.workingProfile, cmp.toneCurve, cmp.applyLookTable, cmp.applyBaseli… in getDCP()
2972 …luminant, cmp.workingProfile, wb, pre_mul_row, cam_matrix, cmp.applyHueSatMap, cmp.applyLookTable); in colorSpaceConversion_()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dicmpanel.cc482 ckbApplyLookTable->set_active(pp->icm.applyLookTable); in read()
529 pp->icm.applyLookTable = ckbApplyLookTable->get_active(); in write()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dprocparams.h1070 bool applyLookTable; variable