https://bugs.kde.org/show_bug.cgi?id=411863
--- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 2f4353406a08249a1b91604298101b5384d91887 by Dmitry Kazakov. Committed on 17/09/2019 at 09:40. Pushed by dkazakov into branch 'kazakov/custom-hsv-filter'. Test patch that "fixes" HSL transfgormation for white and black images Basically, the transformation is substituted with HCL transformation, but with clever sliding on the edges of the rhombus. I need people's input, whether the transformation is still useful for painters. Now it looks almost like "Hue/Saturation/Luma" (it also uses chroma instead of saturation), but with a different approach to calculation of 'L' channel :) M +94 -0 libs/pigment/KoColorConversions.cpp M +3 -0 libs/pigment/KoColorConversions.h M +19 -12 plugins/color/colorspaceextensions/kis_hsv_adjustment.cpp https://invent.kde.org/kde/krita/commit/2f4353406a08249a1b91604298101b5384d91887 -- You are receiving this mail because: You are watching all bug changes.