mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +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:
parent
1dcf2f9d94
commit
22b78226b3
3 changed files with 170 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue