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

LibGfx: Add LumaFilter

This allows you to specify a luminosity range, all pixels that fall
outside this range are set to black, the others are untouched.
This commit is contained in:
Tobias Christiansen 2022-01-03 13:13:22 +01:00 committed by Idan Horowitz
parent 06ae5b3536
commit e4b7d38e18
3 changed files with 58 additions and 0 deletions

View file

@ -16,6 +16,7 @@ set(SOURCES
Emoji.cpp
Filters/ColorBlindnessFilter.cpp
Filters/FastBoxBlurFilter.cpp
Filters/LumaFilter.cpp
FontDatabase.cpp
GIFLoader.cpp
ICOLoader.cpp