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

PixelPaint: Add a preview in FilterGallery

Now FilterGallery shows the preview of the currently selected filter
applied on the currently active layer
This commit is contained in:
snooze 2022-02-09 11:00:36 +05:30 committed by Andreas Kling
parent 44cf3ac60f
commit e9d3f3793c
11 changed files with 155 additions and 4 deletions

View file

@ -17,6 +17,7 @@ set(SOURCES
FilterGallery.cpp
FilterGalleryGML.h
FilterModel.cpp
FilterPreviewWidget.cpp
Filters/Bloom.cpp
Filters/BoxBlur3.cpp
Filters/BoxBlur5.cpp