mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:37:35 +00:00
PixelPaint: Add a GradientTool
This patch adds a new gradient tool to pixelpaint that allows us to fill the canvas with a smooth color gradient outline at the edge of the filled area.
This commit is contained in:
parent
e7ceaf8a6d
commit
452285a3f8
6 changed files with 419 additions and 4 deletions
|
@ -58,6 +58,7 @@ set(SOURCES
|
|||
Tools/EllipseTool.cpp
|
||||
Tools/EraseTool.cpp
|
||||
Tools/GuideTool.cpp
|
||||
Tools/GradientTool.cpp
|
||||
Tools/LassoSelectTool.cpp
|
||||
Tools/LineTool.cpp
|
||||
Tools/MoveTool.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue