In Krita 3 there was docker called "color sliders". It was possible to select color in HSL color space there. But in 4 there's no such docker. Maybe adding HSL color selector option to Advanced color selector could bring this back. Nightly build git: 9d313ac
I meant to "Specific color selector", very sorry.
HSL/HSV is already there? https://docs.krita.org/en/reference_manual/dockers/advanced_color_selector.html#type-and-shape The color sliders need to be rewritten from the ground up.
Created attachment 114419 [details] advanced+specific colors selectors Advanced color selector works in HSL/HSV but there is no possibility to manually input values or read HSL values using picker. If I'm not wrong, if HSL/HSV space is added to specific selector both selectors used together can replace sliders docker.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Created attachment 115286 [details] Specific+HSV Maybe it's possible add this here? All spaces are here with their precise values, so this would match and make one docker less.
I'll move this to Reported.
That's actually technically quite hard, because the color sliders use the lcms-based real colorspaces. Hsv, hsy and so on actually are just views on rgb, not colorspaces in their own right. But yes, we do need to have hsv sliders + numerical input back at some point.
*** Bug 413952 has been marked as a duplicate of this bug. ***
Closing this, has been implemented a while ago: https://invent.kde.org/graphics/krita/-/merge_requests/1434