https://bugs.kde.org/show_bug.cgi?id=394399
Emmet O'Neill <emmetoneill....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/189679b7108a99f6d15234c7 | |e7738407c0b0f9ee Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Emmet O'Neill <emmetoneill....@gmail.com> --- Git commit 189679b7108a99f6d15234c7e7738407c0b0f9ee by Emmet O'Neill. Committed on 09/10/2018 at 19:12. Pushed by emmetoneill into branch 'master'. Avoid blending bug on first color pick. In a newly opened Krita instance, the starting foreground color is always in a 16-bit RGBA16 format, regardless of the color space of newly created/opened Krita document. As such, using the color picker's blending feature (which mixes a newly picked color with the user's previous color) immediately after the program starts results in an incorrect or undefined output color. This bug mitigates the problem and fixes the bug request by simply restricting to "pure" (without radius or blending) picking on the first use. M +8 -0 libs/ui/tool/kis_tool_utils.cpp https://commits.kde.org/krita/189679b7108a99f6d15234c7e7738407c0b0f9ee -- You are receiving this mail because: You are watching all bug changes.