Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_levels_gui_data_t Struct Reference
+ Collaboration diagram for dt_iop_levels_gui_data_t:

Data Fields

GList * modes
 
GtkWidgetmode
 
GtkWidgetmode_stack
 
GtkDrawingArea * area
 
double mouse_x
 
double mouse_y
 
int dragging
 
int handle_move
 
float drag_start_percentage
 
GtkToggleButton * activeToggleButton
 
float last_picked_color
 
GtkWidgetpercentile_black
 
GtkWidgetpercentile_grey
 
GtkWidgetpercentile_white
 
float auto_levels [3]
 
uint64_t hash
 
GtkWidgetblackpick
 
GtkWidgetgreypick
 
GtkWidgetwhitepick
 

Detailed Description

Definition at line 109 of file levels.c.

Field Documentation

◆ activeToggleButton

GtkToggleButton* dt_iop_levels_gui_data_t::activeToggleButton

Definition at line 118 of file levels.c.

◆ area

GtkDrawingArea* dt_iop_levels_gui_data_t::area

Definition at line 114 of file levels.c.

◆ auto_levels

float dt_iop_levels_gui_data_t::auto_levels[3]

Definition at line 123 of file levels.c.

◆ blackpick

GtkWidget* dt_iop_levels_gui_data_t::blackpick

Definition at line 125 of file levels.c.

◆ drag_start_percentage

float dt_iop_levels_gui_data_t::drag_start_percentage

Definition at line 117 of file levels.c.

◆ dragging

int dt_iop_levels_gui_data_t::dragging

Definition at line 116 of file levels.c.

◆ greypick

GtkWidget * dt_iop_levels_gui_data_t::greypick

Definition at line 125 of file levels.c.

◆ handle_move

int dt_iop_levels_gui_data_t::handle_move

Definition at line 116 of file levels.c.

◆ hash

uint64_t dt_iop_levels_gui_data_t::hash

Definition at line 124 of file levels.c.

◆ last_picked_color

float dt_iop_levels_gui_data_t::last_picked_color

Definition at line 119 of file levels.c.

◆ mode

GtkWidget* dt_iop_levels_gui_data_t::mode

Definition at line 112 of file levels.c.

◆ mode_stack

GtkWidget* dt_iop_levels_gui_data_t::mode_stack

Definition at line 113 of file levels.c.

◆ modes

GList* dt_iop_levels_gui_data_t::modes

Definition at line 111 of file levels.c.

◆ mouse_x

double dt_iop_levels_gui_data_t::mouse_x

Definition at line 115 of file levels.c.

◆ mouse_y

double dt_iop_levels_gui_data_t::mouse_y

Definition at line 115 of file levels.c.

◆ percentile_black

GtkWidget* dt_iop_levels_gui_data_t::percentile_black

Definition at line 120 of file levels.c.

◆ percentile_grey

GtkWidget* dt_iop_levels_gui_data_t::percentile_grey

Definition at line 121 of file levels.c.

◆ percentile_white

GtkWidget* dt_iop_levels_gui_data_t::percentile_white

Definition at line 122 of file levels.c.

◆ whitepick

GtkWidget * dt_iop_levels_gui_data_t::whitepick

Definition at line 125 of file levels.c.


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