grow_mask() description added

Description;
> Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.
This commit is contained in:
Hazar 2020-08-12 11:50:15 +03:00 committed by GitHub
parent d3b5c0948c
commit 1c61c8ab55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@
<argument index="1" name="rect" type="Rect2">
</argument>
<description>
Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.
</description>
</method>
<method name="opaque_to_polygons" qualifiers="const">