diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-30 19:39:37 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-30 19:39:37 +0200 |
commit | 7976ef7a790d7b99b688384c41f1aa7bbbace014 (patch) | |
tree | 0a291f5fedd57fcd775fbddda00a5221186cce3a /Shell | |
parent | fb2be5c404889ced14cbce5dc327d5dc277f3b4c (diff) | |
download | serenity-7976ef7a790d7b99b688384c41f1aa7bbbace014.zip |
LibGfx: Add Painter::blit_filtered() and blit_brightened()
blit_filtered() can be used to easily implement per-pixel filtered blit
functions. All you need to do is provide a callback that can compute
the Color for each pixel based on the original Color.
Diffstat (limited to 'Shell')
0 files changed, 0 insertions, 0 deletions