X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fcolorpicker.h;h=1fffa252250cd1b4dca24892c45de5cab58b281e;hb=8e67d840c5a93f77de021102a4f0bfc4e07504f4;hp=5f8b1337c5f500fc9727483592065e4322302cf3;hpb=3d7a882d0808f456957f823454bd84ff8317a51a;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/colorpicker.h b/cinelerra-5.1/cinelerra/colorpicker.h index 5f8b1337..1fffa252 100644 --- a/cinelerra-5.1/cinelerra/colorpicker.h +++ b/cinelerra-5.1/cinelerra/colorpicker.h @@ -365,6 +365,7 @@ public: virtual void handle_done_event(int result); void close_picker(); + void update_gui(int color, int alpha); void update_gui(int color); int handle_event(); @@ -382,9 +383,11 @@ class ColorButtonPicker : public ColorPicker public: ColorButtonPicker(ColorButton *color_button); ~ColorButtonPicker(); + void update(int color, int alpha); int handle_new_color(int color, int alpha); void handle_done_event(int result); void update_gui(); + void update_gui(int color, int alpha); ColorButton *color_button; };