histogram rework to add sum_frames, update suv/cakewalk autorange icons, add new...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / histogram / histogram.inc
index 0608165dbb2e533dcd36416c79e598fd97e0d1da..38d47aabbd8550c44863ebfc90a3189af4430be3 100644 (file)
 #ifndef HISTOGRAM_INC
 #define HISTOGRAM_INC
 
-
-
-
-
 // modes
-#define HISTOGRAM_MODES 4
 #define HISTOGRAM_RED 0
 #define HISTOGRAM_GREEN 1
 #define HISTOGRAM_BLUE 2
 #define HISTOGRAM_VALUE 3
+#define HISTOGRAM_MODES 4
 
 // Number of divisions in histogram.
 // 65536 + min and max range to speed up the tabulation
 
 
 class HistogramMain;
-class HistStripePackage;
-class HistStripeUnit;
-class HistStripeEngine;
-
 class HistogramPackage;
 class HistogramUnit;
 class HistogramEngine;