Add Image::fill_rect method
This commit is contained in:
parent
7b0458c18f
commit
91595b16e3
4 changed files with 90 additions and 10 deletions
|
|
@ -154,7 +154,15 @@
|
|||
<return type="void" />
|
||||
<argument index="0" name="color" type="Color" />
|
||||
<description>
|
||||
Fills the image with a given [Color].
|
||||
Fills the image with [code]color[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="fill_rect">
|
||||
<return type="void" />
|
||||
<argument index="0" name="rect" type="Rect2" />
|
||||
<argument index="1" name="color" type="Color" />
|
||||
<description>
|
||||
Fills [code]rect[/code] with [code]color[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="fix_alpha_edges">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue