X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcolorpicker.h;h=94386e8ef7cabc20020e25b5eb37a49573b57257;hb=4f7f413cbc1c6ea5da27cb75ca27a3ab317243ec;hp=a63069324050b12ecac6d3b6f6488f2edb86a09f;hpb=72a6abf751403bd91464e77ff2cece01c9756a6b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/colorpicker.h b/cinelerra-5.1/cinelerra/colorpicker.h index a6306932..94386e8e 100644 --- a/cinelerra-5.1/cinelerra/colorpicker.h +++ b/cinelerra-5.1/cinelerra/colorpicker.h @@ -98,6 +98,7 @@ public: void update_rgb(float r, float g, float b); void update_hsv(float h, float s, float v); void update_yuv(float y, float u, float v); + void update_rgb_hex(const char *hex); int rgb888(); ColorThread *thread; @@ -335,7 +336,7 @@ class PaletteHex : public BC_TextBox public: PaletteHex(ColorWindow *window, int x, int y, const char *hex); ~PaletteHex(); - int handle_event(); + int keypress_event(); void update(); ColorWindow *window; }; @@ -360,7 +361,6 @@ public: int button_press_event(); int button_release_event(); int cursor_motion_event(); - int cursor_enter_event(); int cursor_leave_event(); int repeat_event(int64_t duration);