![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <color_picker_proxy.h>
Data Fields | |
dt_iop_module_t *dt_iop_color_picker_kind_t | kind |
dt_iop_colorspace_type_t | picker_cst |
GtkWidget * | colorpick |
float | pick_pos [2] |
dt_boundingbox_t | pick_box |
gboolean | changed |
gboolean dt_iop_color_picker_t::changed |
Referenced by _color_picker_callback_button_press(), _init_picker(), _record_point_area(), and dt_iop_color_picker_set_cst().
GtkWidget* dt_iop_color_picker_t::colorpick |
used to avoid recursion when a parameter is modified in the apply()
Referenced by _color_picker_callback_button_press(), _color_picker_reset(), _init_picker(), _iop_color_picker_pickerdata_ready_callback(), and dt_iop_color_picker_reset().
dt_iop_module_t* dt_iop_color_picker_kind_t dt_iop_color_picker_t::kind |
Referenced by _color_picker_callback_button_press(), _init_picker(), and button_pressed().
dt_boundingbox_t dt_iop_color_picker_t::pick_box |
Referenced by _color_picker_callback_button_press(), _init_picker(), and _record_point_area().
float dt_iop_color_picker_t::pick_pos[2] |
Referenced by _color_picker_callback_button_press(), _init_picker(), and _record_point_area().
dt_iop_colorspace_type_t dt_iop_color_picker_t::picker_cst |
requested colorspace for the color picker, valid options are: IOP_CS_NONE: module colorspace IOP_CS_LCH: for Lab modules IOP_CS_HSL: for RGB modules
Referenced by _color_picker_new(), _init_picker(), dt_iop_color_picker_get_active_cst(), and dt_iop_color_picker_set_cst().