|  | Ansel 0.0
    A darktable fork - bloat + design vision | 
#include <blend.h>
 Collaboration diagram for dt_iop_gui_blendif_channel_t:
 Collaboration diagram for dt_iop_gui_blendif_channel_t:| Data Fields | |
| char * | label | 
| char * | tooltip | 
| float | increment | 
| int | numberstops | 
| const dt_iop_gui_blendif_colorstop_t * | colorstops | 
| gboolean | boost_factor_enabled | 
| float | boost_factor_offset | 
| dt_develop_blendif_channels_t | param_channels [2] | 
| dt_dev_pixelpipe_display_mask_t | display_channel | 
| void(* | scale_print )(float value, float boost_factor, char *string, int n) | 
| int(* | altdisplay )(GtkWidget *, dt_iop_module_t *, int) | 
| char * | name | 
| int(* dt_iop_gui_blendif_channel_t::altdisplay) (GtkWidget *, dt_iop_module_t *, int) | 
Referenced by _blendop_blendif_key_press(), and _blendop_blendif_update_tab().
| gboolean dt_iop_gui_blendif_channel_t::boost_factor_enabled | 
Referenced by _blendop_blendif_update_tab().
| float dt_iop_gui_blendif_channel_t::boost_factor_offset | 
Referenced by _blendop_blendif_boost_factor_callback(), and _blendop_blendif_update_tab().
| const dt_iop_gui_blendif_colorstop_t* dt_iop_gui_blendif_channel_t::colorstops | 
Referenced by _blendop_blendif_update_tab().
| dt_dev_pixelpipe_display_mask_t dt_iop_gui_blendif_channel_t::display_channel | 
Referenced by _blendop_blendif_channel_mask_view(), and _blendop_blendif_channel_mask_view_toggle().
| float dt_iop_gui_blendif_channel_t::increment | 
Referenced by _blendop_blendif_update_tab().
| char* dt_iop_gui_blendif_channel_t::label | 
| char* dt_iop_gui_blendif_channel_t::name | 
| int dt_iop_gui_blendif_channel_t::numberstops | 
Referenced by _blendop_blendif_update_tab().
| dt_develop_blendif_channels_t dt_iop_gui_blendif_channel_t::param_channels[2] | 
| void(* dt_iop_gui_blendif_channel_t::scale_print) (float value, float boost_factor, char *string, int n) | 
Referenced by _blendop_blendif_sliders_callback(), _blendop_blendif_update_tab(), and blend_color_picker_apply().
| char* dt_iop_gui_blendif_channel_t::tooltip |