comparison src/histogram.h @ 1665:9a081164e6e3

improved overlay menu - indicate overlay and histogram state in toggle and radio entries in the menu - all entries have visible effect in all modes
author nadvornik
date Sat, 27 Jun 2009 15:47:50 +0000
parents 29aa897ea540
children 956aab097ea7
comparison
equal deleted inserted replaced
1664:c7415c58435b 1665:9a081164e6e3
18 #define HCHAN_G 1 18 #define HCHAN_G 1
19 #define HCHAN_B 2 19 #define HCHAN_B 2
20 #define HCHAN_MAX 3 20 #define HCHAN_MAX 3
21 #define HCHAN_RGB 4 21 #define HCHAN_RGB 4
22 #define HCHAN_COUNT 5 22 #define HCHAN_COUNT 5
23 #define HCHAN_DEFAULT HCHAN_RGB
23 24
24 25
25 Histogram *histogram_new(void); 26 Histogram *histogram_new(void);
26 void histogram_free(Histogram *histogram); 27 void histogram_free(Histogram *histogram);
27 gint histogram_set_channel(Histogram *histogram, gint chan); 28 gint histogram_set_channel(Histogram *histogram, gint chan);