mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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:
parent
d7be3faab5
commit
b560445c84
8 changed files with 191 additions and 13 deletions
|
@ -75,6 +75,7 @@ public:
|
|||
void remove_client(ImageClient&);
|
||||
|
||||
void layer_did_modify_bitmap(Badge<Layer>, const Layer&);
|
||||
void layer_did_modify_properties(Badge<Layer>, const Layer&);
|
||||
|
||||
size_t index_of(const Layer&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue