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

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

Field Documentation

◆ changed

gboolean dt_iop_color_picker_t::changed

◆ colorpick

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

◆ kind

◆ pick_box

dt_boundingbox_t dt_iop_color_picker_t::pick_box

◆ pick_pos

float dt_iop_color_picker_t::pick_pos[2]

◆ picker_cst

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


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