https://bugs.kde.org/show_bug.cgi?id=492146
--- Comment #5 from wolthera <griffinval...@gmail.com> --- Hi, I suspect what you're experiencing is what we call "banding" (as in, gradients become bands of color). This is because you're trying to use a linear profile with 8bit color depth, and there's no enough bit depth in 8bits to be able to have a visually smooth gradient. You will need 16bit at minimum to get a smooth greyscale in a linear profile, or convert to an sRGB trc profile. To do so, go to image -> convert image color space. There, either choose: 1. RGBA, 8bit integer/channel, sRGB-elle-v2-srgbtrc.icc 2. _or_ RGBA, 16bit integer/channel, sRGB-elle-v2-g10.icc 1. is the more conventional setup, 2 is a lot heavier on the computer but the gradients tend to mix nicer. See https://docs.krita.org/en/general_concepts/colors/linear_and_gamma.html for details. If this doesn't fix your issue, we'll need more information on what is going on. -- You are receiving this mail because: You are watching all bug changes.