![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <colorpicker.h>
Collaboration diagram for dt_colorpicker_sample_t:Data Fields | |
| float | point [2] |
| dt_boundingbox_t | box |
| dt_lib_colorpicker_size_t | size |
| gboolean | locked |
| lib_colorpicker_sample_statistics | display |
| lib_colorpicker_sample_statistics | scope |
| lib_colorpicker_sample_statistics | lab |
| int | label_rgb [4] |
| GdkRGBA | swatch |
| GtkWidget * | container |
| GtkWidget * | color_patch |
| GtkWidget * | output_label |
The struct for primary and live color picker samples
| dt_boundingbox_t dt_colorpicker_sample_t::box |
| GtkWidget* dt_colorpicker_sample_t::color_patch |
Referenced by _add_sample(), _update_sample_label(), and gui_init().
| GtkWidget* dt_colorpicker_sample_t::container |
The GUI elements
Referenced by _add_sample(), and _remove_sample().
| lib_colorpicker_sample_statistics dt_colorpicker_sample_t::display |
The actual picked colors
Referenced by _pixelpipe_pick_from_image(), _sample_tooltip_callback(), _update_sample_label(), and gui_reset().
| lib_colorpicker_sample_statistics dt_colorpicker_sample_t::lab |
| int dt_colorpicker_sample_t::label_rgb[4] |
Referenced by _sample_tooltip_callback(), _update_sample_label(), and gui_reset().
| gboolean dt_colorpicker_sample_t::locked |
Referenced by _add_sample(), _live_sample_button(), _pixelpipe_pick_samples(), and _sample_draw_callback().
| GtkWidget* dt_colorpicker_sample_t::output_label |
Referenced by _add_sample(), _update_sample_label(), and gui_init().
| float dt_colorpicker_sample_t::point[2] |
The sample area or point
Referenced by _bin_pickers_histogram(), _bin_pickers_vectorscope(), _bin_pickers_waveforms(), _darkroom_pickers_draw(), _live_sample_button(), _pixelpipe_pick_from_image(), _record_point_area(), _set_sample_point(), button_pressed(), mouse_moved(), and pixelpipe_picker_helper().
| lib_colorpicker_sample_statistics dt_colorpicker_sample_t::scope |
| dt_lib_colorpicker_size_t dt_colorpicker_sample_t::size |
| GdkRGBA dt_colorpicker_sample_t::swatch |
Referenced by _darkroom_pickers_draw(), _sample_draw_callback(), _update_sample_label(), gui_init(), and gui_reset().