mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +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
|
@ -81,6 +81,7 @@ private:
|
|||
RefPtr<GUI::Action> m_save_image_action;
|
||||
RefPtr<GUI::Action> m_save_image_as_action;
|
||||
RefPtr<GUI::Action> m_close_image_action;
|
||||
RefPtr<GUI::Action> m_levels_dialog_action;
|
||||
|
||||
RefPtr<GUI::Action> m_cut_action;
|
||||
RefPtr<GUI::Action> m_copy_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue