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

Data Fields

dt_draw_curve_tminmax_curve [DT_IOP_RGBCURVE_MAX_CHANNELS]
 
int minmax_curve_nodes [DT_IOP_RGBCURVE_MAX_CHANNELS]
 
int minmax_curve_type [DT_IOP_RGBCURVE_MAX_CHANNELS]
 
GtkBox * hbox
 
GtkDrawingArea * area
 
GtkWidgetautoscale
 
GtkNotebook * channel_tabs
 
GtkWidgetcolorpicker
 
GtkWidgetcolorpicker_set_values
 
GtkWidgetinterpolator
 
rgbcurve_channel_t channel
 
double mouse_x
 
double mouse_y
 
int selected
 
float draw_ys [256]
 
float draw_min_ys [256]
 
float draw_max_ys [256]
 
GtkWidgetchk_compensate_middle_grey
 
GtkWidgetcmb_preserve_colors
 
float zoom_factor
 
float offset_x
 
float offset_y
 

Detailed Description

Definition at line 104 of file rgbcurve.c.

Field Documentation

◆ area

GtkDrawingArea* dt_iop_rgbcurve_gui_data_t::area

Definition at line 110 of file rgbcurve.c.

◆ autoscale

GtkWidget* dt_iop_rgbcurve_gui_data_t::autoscale

Definition at line 111 of file rgbcurve.c.

◆ channel

rgbcurve_channel_t dt_iop_rgbcurve_gui_data_t::channel

Definition at line 116 of file rgbcurve.c.

◆ channel_tabs

GtkNotebook* dt_iop_rgbcurve_gui_data_t::channel_tabs

Definition at line 112 of file rgbcurve.c.

◆ chk_compensate_middle_grey

GtkWidget* dt_iop_rgbcurve_gui_data_t::chk_compensate_middle_grey

Definition at line 122 of file rgbcurve.c.

◆ cmb_preserve_colors

GtkWidget* dt_iop_rgbcurve_gui_data_t::cmb_preserve_colors

Definition at line 123 of file rgbcurve.c.

◆ colorpicker

GtkWidget* dt_iop_rgbcurve_gui_data_t::colorpicker

Definition at line 113 of file rgbcurve.c.

◆ colorpicker_set_values

GtkWidget* dt_iop_rgbcurve_gui_data_t::colorpicker_set_values

Definition at line 114 of file rgbcurve.c.

◆ draw_max_ys

float dt_iop_rgbcurve_gui_data_t::draw_max_ys[256]

Definition at line 121 of file rgbcurve.c.

◆ draw_min_ys

float dt_iop_rgbcurve_gui_data_t::draw_min_ys[256]

Definition at line 120 of file rgbcurve.c.

◆ draw_ys

float dt_iop_rgbcurve_gui_data_t::draw_ys[256]

Definition at line 119 of file rgbcurve.c.

◆ hbox

GtkBox* dt_iop_rgbcurve_gui_data_t::hbox

Definition at line 109 of file rgbcurve.c.

◆ interpolator

GtkWidget* dt_iop_rgbcurve_gui_data_t::interpolator

Definition at line 115 of file rgbcurve.c.

◆ minmax_curve

dt_draw_curve_t* dt_iop_rgbcurve_gui_data_t::minmax_curve[DT_IOP_RGBCURVE_MAX_CHANNELS]

Definition at line 106 of file rgbcurve.c.

◆ minmax_curve_nodes

int dt_iop_rgbcurve_gui_data_t::minmax_curve_nodes[DT_IOP_RGBCURVE_MAX_CHANNELS]

Definition at line 107 of file rgbcurve.c.

◆ minmax_curve_type

int dt_iop_rgbcurve_gui_data_t::minmax_curve_type[DT_IOP_RGBCURVE_MAX_CHANNELS]

Definition at line 108 of file rgbcurve.c.

◆ mouse_x

double dt_iop_rgbcurve_gui_data_t::mouse_x

Definition at line 117 of file rgbcurve.c.

◆ mouse_y

double dt_iop_rgbcurve_gui_data_t::mouse_y

Definition at line 117 of file rgbcurve.c.

◆ offset_x

float dt_iop_rgbcurve_gui_data_t::offset_x

Definition at line 125 of file rgbcurve.c.

◆ offset_y

float dt_iop_rgbcurve_gui_data_t::offset_y

Definition at line 125 of file rgbcurve.c.

◆ selected

int dt_iop_rgbcurve_gui_data_t::selected

Definition at line 118 of file rgbcurve.c.

◆ zoom_factor

float dt_iop_rgbcurve_gui_data_t::zoom_factor

Definition at line 124 of file rgbcurve.c.


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