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:
parent
06ae5b3536
commit
e4b7d38e18
3 changed files with 58 additions and 0 deletions
|
@ -16,6 +16,7 @@ set(SOURCES
|
|||
Emoji.cpp
|
||||
Filters/ColorBlindnessFilter.cpp
|
||||
Filters/FastBoxBlurFilter.cpp
|
||||
Filters/LumaFilter.cpp
|
||||
FontDatabase.cpp
|
||||
GIFLoader.cpp
|
||||
ICOLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue