summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazar <36481442+hazarek@users.noreply.github.com>2020-08-12 11:50:15 +0300
committerGitHub <noreply@github.com>2020-08-12 11:50:15 +0300
commit1c61c8ab55cdc880ebb2538fe3f15ad389912031 (patch)
treeb1a7ca02ba9dd565b029bade0d5f90c63ae0c554
parentd3b5c0948c943b3fbcb4b5322262c59c92abfa83 (diff)
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.
-rw-r--r--doc/classes/BitMap.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/BitMap.xml b/doc/classes/BitMap.xml
index f0ac7d1160..27ead07e6f 100644
--- a/doc/classes/BitMap.xml
+++ b/doc/classes/BitMap.xml
@@ -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">