X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram_bezier%2Fbistogram.h;h=ae933b06c7cf3a0b9691d17ffd7cb36be35eaaa5;hp=935e1282195744b4615b558c10fb1b3830284c56;hb=04031cc2a664d2a6d9d2a37954c55cc68742d78c;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb diff --git a/cinelerra-5.1/plugins/histogram_bezier/bistogram.h b/cinelerra-5.1/plugins/histogram_bezier/bistogram.h index 935e1282..ae933b06 100644 --- a/cinelerra-5.1/plugins/histogram_bezier/bistogram.h +++ b/cinelerra-5.1/plugins/histogram_bezier/bistogram.h @@ -27,7 +27,7 @@ #include "bistogramconfig.h" #include "bistogramwindow.inc" #include "loadbalance.h" -#include "cicolors.h" +#include "bccolors.h" #include "pluginvclient.h" @@ -44,6 +44,7 @@ class HistogramMain : public PluginVClient public: HistogramMain(PluginServer *server); ~HistogramMain(); + void reset(); int process_realtime(VFrame *input_ptr, VFrame *output_ptr); int is_realtime(); @@ -68,7 +69,6 @@ public: - YUV yuv; VFrame *input, *output; HistogramEngine *engine; int *lookup[HISTOGRAM_MODES]; @@ -79,6 +79,8 @@ public: int current_point; // Current channel being viewed int mode; +// total histogram bins + int slots; int dragging_point; int point_x_offset; int point_y_offset;