1 #ifndef SCENE_GUI_COLOR_RAMP_EDIT_H_ 2 #define SCENE_GUI_COLOR_RAMP_EDIT_H_ 4 #include "scene/gui/popup.h" 5 #include "scene/gui/color_picker.h" 6 #include "scene/resources/color_ramp.h" 7 #include "scene/resources/default_theme/theme_data.h" 24 void _draw_checker(
int x,
int y,
int w,
int h);
25 void _color_changed(
const Color& p_color);
26 int _get_point_from_pos(
int x);
27 void _show_color_picker();
31 void _notification(
int p_what);
32 static void _bind_methods();
40 virtual Size2 get_minimum_size()
const;
Definition: color_picker.h:44
Definition: color_ramp_edit.h:11