From 91595b16e3e1f60bdc80c3268cadfc5c00470a7b Mon Sep 17 00:00:00 2001 From: kleonc <9283098+kleonc@users.noreply.github.com> Date: Tue, 7 Sep 2021 10:27:32 +0200 Subject: Add Image::fill_rect method --- doc/classes/Image.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index d2b1b5c004..8a4bbee0fa 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -154,7 +154,15 @@ - Fills the image with a given [Color]. + Fills the image with [code]color[/code]. + + + + + + + + Fills [code]rect[/code] with [code]color[/code]. -- cgit v1.2.3