X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.inc;h=38d47aabbd8550c44863ebfc90a3189af4430be3;hb=b4017f68039ef7e31eedee4a27580a28bee36fc5;hp=581200ef23b72f402c2e8d94dec3db45d84a8916;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/histogram/histogram.inc b/cinelerra-5.1/plugins/histogram/histogram.inc index 581200ef..38d47aab 100644 --- a/cinelerra-5.1/plugins/histogram/histogram.inc +++ b/cinelerra-5.1/plugins/histogram/histogram.inc @@ -22,16 +22,12 @@ #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 @@ -54,8 +50,9 @@ #define BOX_SIZE 10 -class HistogramEngine; class HistogramMain; - +class HistogramPackage; +class HistogramUnit; +class HistogramEngine; #endif