diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-13 10:31:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 10:31:42 +0200 |
commit | 334c4129a4cdf30f0e5095fea54bf95e4c0a2ac5 (patch) | |
tree | 3b9e0df46ee9de3fadce3cee3c9d4ef3deb33af2 | |
parent | a9cbbbb6788bf6fa5ea0e7c753a3302f4d638709 (diff) | |
parent | 1c61c8ab55cdc880ebb2538fe3f15ad389912031 (diff) |
Merge pull request #41198 from hazarek/master
grow_mask() description added
-rw-r--r-- | doc/classes/BitMap.xml | 1 |
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"> |