mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
ColorPicker: allow other color wheels in okhsl mode
remove `get_shape_override` in ColorMode
This commit is contained in:
parent
36d90c73a8
commit
67c2115c50
3 changed files with 16 additions and 26 deletions
|
|
@ -277,7 +277,6 @@ private:
|
|||
void _copy_color_to_hsv();
|
||||
void _copy_hsv_to_color();
|
||||
|
||||
PickerShapeType _get_actual_shape() const;
|
||||
void create_slider(GridContainer *gc, int idx);
|
||||
void _reset_sliders_theme();
|
||||
void _html_submitted(const String &p_html);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue