mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
ColorPicker: fix OKHSL circle in HSV mode
This commit is contained in:
parent
9e6098432a
commit
f6751d8d17
2 changed files with 42 additions and 21 deletions
|
|
@ -211,6 +211,11 @@ private:
|
|||
float h = 0.0;
|
||||
float s = 0.0;
|
||||
float v = 0.0;
|
||||
|
||||
float ok_hsl_h = 0.0;
|
||||
float ok_hsl_s = 0.0;
|
||||
float ok_hsl_l = 0.0;
|
||||
|
||||
Color last_color;
|
||||
|
||||
struct ThemeCache {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue