mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
PixelPaint: Add level sliders for brightness, contrast and gamma
This patch adds a basic dialog to change brightness, contrast and gamma correction for the selected layer.
This commit is contained in:
parent
69c451e485
commit
5aeb6552f0
9 changed files with 303 additions and 0 deletions
|
@ -41,5 +41,6 @@ struct IconBag final {
|
|||
RefPtr<Gfx::Bitmap> merge_active_layer_up { nullptr };
|
||||
RefPtr<Gfx::Bitmap> merge_active_layer_down { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filter { nullptr };
|
||||
RefPtr<Gfx::Bitmap> levels { nullptr };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue