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=5d8a7826b0f80f00622e46baf75453995a76e343;hpb=d17640d4122d028eee849d9fedf8ba35f7f0f6e0 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 {