Merge pull request #41198 from hazarek/master

grow_mask() description added
This commit is contained in:
Rémi Verschelde 2020-08-13 10:31:42 +02:00 committed by GitHub
commit 334c4129a4
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">