1 #ifndef HISTOGRAMENGINE_INC
2 #define HISTOGRAMENGINE_INC
5 #define HISTOGRAM_RED 0
6 #define HISTOGRAM_GREEN 1
7 #define HISTOGRAM_BLUE 2
8 #define HISTOGRAM_ALPHA 3
9 #define HISTOGRAM_VALUE 4
12 #define HISTOGRAM_RANGE 0x13333
15 #define HISTOGRAM_MIN -0.1
16 #define HISTOGRAM_MAX 1.1
18 class HistogramPackage;
20 class HistogramEngine;