ColorPicker: Improve the accuracy of hue slider in OKHSL mode

This commit is contained in:
LuoZhihao 2025-01-04 21:36:27 +08:00
parent efa144396d
commit 9eeeadb037
6 changed files with 29 additions and 35 deletions

View file

@ -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;