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

PixelPaint: Add a GUI for editing opacity and visibility of layers

Also, make the layer stack rendering respect opacity and visibility.
This commit is contained in:
Andreas Kling 2020-07-23 20:33:38 +02:00
parent d7be3faab5
commit b560445c84
8 changed files with 191 additions and 13 deletions

View file

@ -7,6 +7,7 @@ set(SOURCES
ImageEditor.cpp
Layer.cpp
LayerListWidget.cpp
LayerPropertiesWidget.cpp
LineTool.cpp
main.cpp
MoveTool.cpp