Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_gui_blendif_channel_t Struct Reference

#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_tcolorstops
 
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
 

Detailed Description

Definition at line 270 of file blend.h.

Field Documentation

◆ altdisplay

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().

◆ boost_factor_enabled

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().

◆ boost_factor_offset

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().

◆ colorstops

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().

◆ display_channel

◆ increment

float dt_iop_gui_blendif_channel_t::increment

Definition at line 274 of file blend.h.

Referenced by _blendop_blendif_update_tab().

◆ label

char* dt_iop_gui_blendif_channel_t::label

Definition at line 272 of file blend.h.

Referenced by _blendop_blendif_update_tab().

◆ name

char* dt_iop_gui_blendif_channel_t::name

Definition at line 283 of file blend.h.

◆ numberstops

int dt_iop_gui_blendif_channel_t::numberstops

Definition at line 275 of file blend.h.

Referenced by _blendop_blendif_update_tab().

◆ param_channels

◆ scale_print

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().

◆ tooltip

char* dt_iop_gui_blendif_channel_t::tooltip

Definition at line 273 of file blend.h.


The documentation for this struct was generated from the following file: