remove Features5, rework gradient plugin, fix paste_edl track title bug, gl_probe...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / gradient / gradient.h
index f6d1d99450b1e8ebefe6cddc919caa851134102f..25a3a4dac9750da62bd27bdb9c3ee3221c484aba 100644 (file)
@@ -267,6 +267,9 @@ public:
        VFrame *gradient;
        VFrame *input, *output;
        GradientServer *engine;
+       float gradient_size;
+       uint8_t *table;
+       int table_size;
 };
 
 class GradientPackage : public LoadPackage