![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <blend.h>
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) |
Definition at line 282 of file blend.h.
Referenced by _blendop_blendif_log_scale_toggled(), and _blendop_blendif_update_tab().
| gboolean dt_iop_gui_blendif_channel_t::boost_factor_enabled |
Definition at line 277 of file blend.h.
Referenced by _blendop_blendif_update_tab(), and dt_iop_gui_update_blending().
| float dt_iop_gui_blendif_channel_t::boost_factor_offset |
Definition at line 278 of file blend.h.
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 |
Definition at line 276 of file blend.h.
Referenced by _blendop_blendif_update_tab().
| dt_dev_pixelpipe_display_mask_t dt_iop_gui_blendif_channel_t::display_channel |
Definition at line 280 of file blend.h.
Referenced by _blendop_blendif_channel_display_toggled(), _blendop_blendif_channel_mask_view(), _blendop_blendif_channel_mask_view_toggle(), and _blendop_blendif_update_tab().
| float dt_iop_gui_blendif_channel_t::increment |
Definition at line 274 of file blend.h.
Referenced by _blendop_blendif_update_tab().
| char* dt_iop_gui_blendif_channel_t::label |
Definition at line 272 of file blend.h.
Referenced by _blendop_blendif_update_tab().
| int dt_iop_gui_blendif_channel_t::numberstops |
Definition at line 275 of file blend.h.
Referenced by _blendop_blendif_update_tab().
| dt_develop_blendif_channels_t dt_iop_gui_blendif_channel_t::param_channels[2] |
Definition at line 279 of file blend.h.
Referenced by _blendop_blendif_boost_factor_callback(), _blendop_blendif_polarity_callback(), _blendop_blendif_sliders_callback(), _blendop_blendif_sliders_reset_callback(), _blendop_blendif_update_tab(), and _get_boost_factor().
| void(* dt_iop_gui_blendif_channel_t::scale_print) (float value, float boost_factor, char *string, int n) |
Definition at line 281 of file blend.h.
Referenced by _blendop_blendif_sliders_callback(), and _blendop_blendif_update_tab().