|
@@ -45,6 +45,7 @@ public:
|
|
~Painter();
|
|
~Painter();
|
|
void clear_rect(const Rect&, Color);
|
|
void clear_rect(const Rect&, Color);
|
|
void fill_rect(const Rect&, Color);
|
|
void fill_rect(const Rect&, Color);
|
|
|
|
+ void fill_rect_with_dither_pattern(const Rect&, Color, Color);
|
|
void fill_rect_with_checkerboard(const Rect&, const Size&, Color color_dark, Color color_light);
|
|
void fill_rect_with_checkerboard(const Rect&, const Size&, Color color_dark, Color color_light);
|
|
void fill_rect_with_gradient(Orientation, const Rect&, Color gradient_start, Color gradient_end);
|
|
void fill_rect_with_gradient(Orientation, const Rect&, Color gradient_start, Color gradient_end);
|
|
void fill_rect_with_gradient(const Rect&, Color gradient_start, Color gradient_end);
|
|
void fill_rect_with_gradient(const Rect&, Color gradient_start, Color gradient_end);
|