Home
last modified time | relevance | path

Searched refs:get_srgb_profile (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/OCIO/
H A Docio_filmic.cc113 icc_par->set_out_profile( PF::ICCStore::Instance().get_srgb_profile(PF_TRC_LINEAR) ); in OCIOFilmicPar()
189 ICCProfile* sRGBprof = PF::ICCStore::Instance().get_srgb_profile(PF_TRC_GAMMA_22); in build()
H A Docio_aces.cc156 ICCProfile* sRGBprof = PF::ICCStore::Instance().get_srgb_profile(PF::PF_TRC_STANDARD); in build()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Duniform.cc73 …cmsHTRANSFORM transform = cmsCreateTransform( PF::ICCStore::Instance().get_srgb_profile(PF::PF_TRC… in build()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Diccstore.hh359 ICCProfile* get_srgb_profile(TRC_type type) { return srgb_profiles[type]; } in get_srgb_profile() function in PF::ICCStore