raise vwdw stacking tweak, drag handle for transitions, cleanup histogram plugin...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / histogram / histogram.h
index 9aa4747acc2c556f164acac9bb5c05bb32d9a4cf..0051243855f9f8413fcf569d10edde6fb184b26e 100644 (file)
@@ -60,9 +60,8 @@ public:
 // Value is only calculated for preview.
        void calculate_histogram(VFrame *data, int do_value);
 // Calculate the linear, smoothed, lookup curves
-       void tabulate_curve(int subscript, int use_value);
-
-
+       void tabulate_curve(int **table, int idx, int len, int use_value);
+       void tabulate_curve(int idx, int use_value);
 
 
        VFrame *input, *output;