![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gtk/gtk.h>#include <inttypes.h>
Include dependency graph for colorpicker.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dt_colorpicker_sample_t |
Typedefs | |
| typedef enum dt_lib_colorpicker_size_t | dt_lib_colorpicker_size_t |
| typedef enum dt_lib_colorpicker_statistic_t | dt_lib_colorpicker_statistic_t |
| typedef dt_aligned_pixel_t | lib_colorpicker_sample_statistics[DT_LIB_COLORPICKER_STATISTIC_N] |
| typedef struct dt_colorpicker_sample_t | dt_colorpicker_sample_t |
| typedef struct dt_colorpicker_sample_t dt_colorpicker_sample_t |
The struct for primary and live color picker samples
| typedef enum dt_lib_colorpicker_size_t dt_lib_colorpicker_size_t |
| typedef dt_aligned_pixel_t lib_colorpicker_sample_statistics[DT_LIB_COLORPICKER_STATISTIC_N] |
Definition at line 49 of file colorpicker.h.
| Enumerator | |
|---|---|
| DT_LIB_COLORPICKER_SIZE_POINT | |
| DT_LIB_COLORPICKER_SIZE_BOX | |
Definition at line 35 of file colorpicker.h.
| Enumerator | |
|---|---|
| DT_LIB_COLORPICKER_STATISTIC_MEAN | |
| DT_LIB_COLORPICKER_STATISTIC_MIN | |
| DT_LIB_COLORPICKER_STATISTIC_MAX | |
| DT_LIB_COLORPICKER_STATISTIC_N | |
Definition at line 41 of file colorpicker.h.