![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <color_picker_proxy.h>
Collaboration diagram for dt_iop_color_picker_t: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 | update_pending |
| 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(), and _init_picker().
| 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_callback_button_press(), _color_picker_new(), _init_picker(), dt_iop_color_picker_get_active_cst(), and dt_iop_color_picker_set_cst().
| gboolean dt_iop_color_picker_t::update_pending |
One-shot request for the next signal emission after activation or colorspace change.
Referenced by _init_picker(), and dt_iop_color_picker_request_update().