1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

PixelPaint: Add Clone Tool :^)

There's still a lot to be desired in terms of functionality and
usability, but this is a start. When using the clone tool, you
can press Alt to sample a location, and then the brush will clone
the color from there.
This commit is contained in:
Mustafa Quraish 2021-09-12 16:03:33 -04:00 committed by Andreas Kling
parent 1dcf2f9d94
commit 22b78226b3
3 changed files with 170 additions and 0 deletions

View file

@ -11,6 +11,7 @@ compile_gml(EditGuideDialog.gml EditGuideDialogGML.h edit_guide_dialog_gml)
set(SOURCES
BrushTool.cpp
BucketTool.cpp
CloneTool.cpp
CreateNewImageDialog.cpp
CreateNewLayerDialog.cpp
EditGuideDialog.cpp