mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
ColorPicker: Improve the accuracy of hue slider in OKHSL mode
This commit is contained in:
parent
efa144396d
commit
9eeeadb037
6 changed files with 29 additions and 35 deletions
|
|
@ -264,7 +264,6 @@ private:
|
|||
Ref<Texture2D> overbright_indicator;
|
||||
Ref<Texture2D> picker_cursor;
|
||||
Ref<Texture2D> color_hue;
|
||||
Ref<Texture2D> color_okhsl_hue;
|
||||
|
||||
/* Mode buttons */
|
||||
Ref<StyleBox> mode_button_normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue