X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcolorpicker.h;h=706b279249dbcf0f53ee261b0655c4446f389c0b;hp=85fa706b2dff8cbddc4821cb03e683deb31a9050;hb=3b4b6f588c4f2643316afcbc486ca6a35c16a431;hpb=04293346a5ef49683cfa6ca3a98ef6cbfcdf7732 diff --git a/cinelerra-5.1/cinelerra/colorpicker.h b/cinelerra-5.1/cinelerra/colorpicker.h index 85fa706b..706b2792 100644 --- a/cinelerra-5.1/cinelerra/colorpicker.h +++ b/cinelerra-5.1/cinelerra/colorpicker.h @@ -151,6 +151,25 @@ public: ColorPicker *thread; }; +class ColorOK : public BC_OKButton +{ +public: + ColorOK(ColorGUI *gui, BC_WindowBase *window); + int handle_event(); + + BC_WindowBase *window; + ColorGUI *gui; +}; + +class ColorCancel : public BC_CancelButton +{ +public: + ColorCancel(ColorGUI *gui, BC_WindowBase *window); + int handle_event(); + + BC_WindowBase *window; + ColorGUI *gui; +}; class PaletteWheel : public BC_SubWindow {