ColorPicker: fix OKHSL circle in HSV mode

This commit is contained in:
LuoZhihao 2024-11-20 19:34:31 +08:00
parent 9e6098432a
commit f6751d8d17
2 changed files with 42 additions and 21 deletions

View file

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