mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Snazz up the windows with some title bar gradients. :^)
This commit is contained in:
parent
c6b7b92625
commit
0db72786cf
7 changed files with 95 additions and 9 deletions
|
@ -23,6 +23,7 @@ public:
|
|||
explicit Painter(GraphicsBitmap&);
|
||||
~Painter();
|
||||
void fill_rect(const Rect&, Color);
|
||||
void fill_rect_with_gradient(const Rect&, Color gradient_start, Color gradient_end);
|
||||
void draw_rect(const Rect&, Color);
|
||||
void draw_bitmap(const Point&, const CharacterBitmap&, Color = Color());
|
||||
void set_pixel(const Point&, Color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue