Home
last modified time | relevance | path

Searched refs:get_cmyk_target_channel (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/gmic/
H A Dgmic.cc93 target_ch = get_cmyk_target_channel(); in build()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dprocessor_imp.hh140 switch( op_par.get_cmyk_target_channel() ) { \
H A Doperation.hh396 int get_cmyk_target_channel() in get_cmyk_target_channel() function in PF::OpParBase
535 cmyk_target_channel.set_enum_value(op->get_cmyk_target_channel()); in set_image_hints()
H A Dlayermanager.cc1268 p_cmyk_target_ch->set_enum_value( par->get_cmyk_target_channel() ); in rebuild_chain()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dblender.cc296 if( get_cmyk_target_channel()>= 0 ) in build()