Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
colorpicker.h File Reference
#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
 

Enumerations

enum  dt_lib_colorpicker_size_t {
  DT_LIB_COLORPICKER_SIZE_POINT = 0 ,
  DT_LIB_COLORPICKER_SIZE_BOX
}
 
enum  dt_lib_colorpicker_statistic_t {
  DT_LIB_COLORPICKER_STATISTIC_MEAN = 0 ,
  DT_LIB_COLORPICKER_STATISTIC_MIN ,
  DT_LIB_COLORPICKER_STATISTIC_MAX ,
  DT_LIB_COLORPICKER_STATISTIC_N
}
 

Typedef Documentation

◆ dt_colorpicker_sample_t

The struct for primary and live color picker samples

◆ dt_lib_colorpicker_size_t

◆ dt_lib_colorpicker_statistic_t

◆ lib_colorpicker_sample_statistics

typedef dt_aligned_pixel_t lib_colorpicker_sample_statistics[DT_LIB_COLORPICKER_STATISTIC_N]

Enumeration Type Documentation

◆ dt_lib_colorpicker_size_t

Enumerator
DT_LIB_COLORPICKER_SIZE_POINT 
DT_LIB_COLORPICKER_SIZE_BOX 

◆ dt_lib_colorpicker_statistic_t

Enumerator
DT_LIB_COLORPICKER_STATISTIC_MEAN 
DT_LIB_COLORPICKER_STATISTIC_MIN 
DT_LIB_COLORPICKER_STATISTIC_MAX 
DT_LIB_COLORPICKER_STATISTIC_N