https://bugs.kde.org/show_bug.cgi?id=366303
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/krit | |a/344da7e8112eda88189ccfb08 | |fbbc392383a79d4 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit |a/344da7e8112eda88189ccfb08 |a/b73f972efb582f8077ca66e5f |fbbc392383a79d4 |3a8ea193c17d42b --- Comment #2 from Dmitry Kazakov <[email protected]> --- Git commit 344da7e8112eda88189ccfb08fbbc392383a79d4 by Dmitry Kazakov. Committed on 04/11/2016 at 08:22. Pushed by dkazakov into branch 'rempt/impex-refactoring'. Fix color picker radius for the Color Pick Tool This patch introduces a separate method for KoMixColorsOp that can work without any weights, just uniformly averaging the data. Ref T4224 M +20 -0 libs/pigment/KoMixColorsOp.h M +65 -9 libs/pigment/KoMixColorsOpImpl.h M +40 -0 libs/pigment/tests/KoRgbU8ColorSpaceTester.cpp M +1 -0 libs/pigment/tests/KoRgbU8ColorSpaceTester.h M +1 -7 plugins/tools/basictools/kis_tool_colorpicker.cc http://commits.kde.org/krita/344da7e8112eda88189ccfb08fbbc392383a79d4 --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit b73f972efb582f8077ca66e5f3a8ea193c17d42b by Dmitry Kazakov. Committed on 04/11/2016 at 08:22. Pushed by dkazakov into branch 'rempt/impex-refactoring'. Implement sample radius for Ctrl+click color picker * select sample radius in the Color Picker tool * use this radius everywhere, even in the Ctrl+click mode Ref T4224 M +82 -3 libs/ui/tool/kis_tool_utils.cpp M +17 -1 libs/ui/tool/kis_tool_utils.h M +9 -5 libs/ui/tool/strokes/kis_color_picker_stroke_strategy.cpp M +1 -1 libs/ui/tool/strokes/kis_color_picker_stroke_strategy.h M +26 -80 plugins/tools/basictools/kis_tool_colorpicker.cc M +6 -1 plugins/tools/basictools/kis_tool_colorpicker.h http://commits.kde.org/krita/b73f972efb582f8077ca66e5f3a8ea193c17d42b -- You are receiving this mail because: You are watching all bug changes.
