mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
PixelPaint: Let PickerTool optionally sample all layers
Previously, only the color from the selected layer would be picked. Now, we allow the user to select if they want to sample the color from all layers.
This commit is contained in:
parent
640a980080
commit
2afa28d297
4 changed files with 58 additions and 7 deletions
|
@ -103,6 +103,8 @@ public:
|
|||
void rotate(Gfx::RotationDirection direction);
|
||||
void crop(Gfx::IntRect const& rect);
|
||||
|
||||
Color color_at(Gfx::IntPoint const& point) const;
|
||||
|
||||
private:
|
||||
explicit Image(Gfx::IntSize const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue