mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
PixelPaint: Add a histogram widget
This adds a simple histogram widget that visualizes the rgb-channels and brightness for a given image. When hovering over the image it will indicate what brightness level the pixel at the mouse position has.
This commit is contained in:
parent
5702f016f0
commit
b7e8f32323
6 changed files with 241 additions and 0 deletions
|
@ -31,6 +31,7 @@ set(SOURCES
|
|||
Filters/LaplaceDiagonal.cpp
|
||||
Filters/Sepia.cpp
|
||||
Filters/Sharpen.cpp
|
||||
HistogramWidget.cpp
|
||||
IconBag.cpp
|
||||
Image.cpp
|
||||
ImageEditor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue