ソースを参照

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.

(cherry picked from commit 1c61c8ab55cdc880ebb2538fe3f15ad389912031)
Hazar 5 年 前
コミット
58a30199b4
1 ファイル変更1 行追加0 行削除
  1. 1 0
      doc/classes/BitMap.xml

+ 1 - 0
doc/classes/BitMap.xml

@@ -60,6 +60,7 @@
 			<argument index="1" name="rect" type="Rect2">
 			<argument index="1" name="rect" type="Rect2">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="opaque_to_polygons" qualifiers="const">
 		<method name="opaque_to_polygons" qualifiers="const">