Home
last modified time | relevance | path

Searched refs:display_profile_type (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Doptions.cc40 display_profile_type = PF::PF_DISPLAY_PROF_sRGB; in Options()
70 display_profile_type = (display_profile_t)t; in set_display_profile_type()
175 display_profile_type = (display_profile_t)keyval; in load()
176 std::cout<<"display_profile_type="<<display_profile_type<<std::endl; in load()
276 keyFile.set_integer ("Color Management", "DisplayProfileType", (int)display_profile_type); in save()
H A Doptions.hh62 display_profile_t display_profile_type; member in PF::Options
99 display_profile_t get_display_profile_type() { return display_profile_type; } in get_display_profile_type()