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

PixelPaint: Create Filter base class

All the filters will need a wrapper around them, and this is going to be
their base class
This commit is contained in:
Tobias Christiansen 2022-01-02 16:25:54 +01:00 committed by Andreas Kling
parent 0334783cf0
commit 5cf0357be1
3 changed files with 62 additions and 0 deletions

View file

@ -17,6 +17,7 @@ set(SOURCES
FilterGallery.cpp
FilterGalleryGML.h
FilterModel.cpp
Filters/Filter.cpp
Image.cpp
ImageEditor.cpp
Layer.cpp