Searched refs:get_srgb_profile (Results 1 – 4 of 4) sorted by relevance
113 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()
156 ICCProfile* sRGBprof = PF::ICCStore::Instance().get_srgb_profile(PF::PF_TRC_STANDARD); in build()
73 …cmsHTRANSFORM transform = cmsCreateTransform( PF::ICCStore::Instance().get_srgb_profile(PF::PF_TRC… in build()
359 ICCProfile* get_srgb_profile(TRC_type type) { return srgb_profiles[type]; } in get_srgb_profile() function in PF::ICCStore