Images 💾

Last commit ⭐

commit a66dbef1ed7c4159207e0f28fa85d5f305f08582
Author:     Torstennator <engelTorsten@gmx.de>
AuthorDate: Sun Oct 9 20:12:23 2022 +0200
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Mon Nov 7 20:58:02 2022 +0000

    PixelPaint: Improve brushtool gradient for low hardness
    
    This patch mitigates a rough gradient for the brush tool with a low
    hardness. Previously the gradient alpha value was truncated by the type
    conversion to int. Now the desired alpha value is scaled up to mitigate
    the information loss due to type conversion which results in a much
    smoother gradient.