summaryrefslogtreecommitdiffstats
path: root/doc/classes/BitMap.xml
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2018-02-25 13:19:42 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2018-02-25 15:14:25 +0700
commiteb63f7b071093238da663e00e69abbbbf490a5af (patch)
tree01347d5d9ac8d2c7d03818faf02b7e142960c5e0 /doc/classes/BitMap.xml
parentbd3b958a2545c3f4dd4afa2e69b690a3c6aa78fc (diff)
downloadredot-engine-eb63f7b071093238da663e00e69abbbbf490a5af.tar.gz
[DOCS] Sync classref with current source
Diffstat (limited to 'doc/classes/BitMap.xml')
-rw-r--r--doc/classes/BitMap.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/BitMap.xml b/doc/classes/BitMap.xml
index 1d2fc950f0..036e968b65 100644
--- a/doc/classes/BitMap.xml
+++ b/doc/classes/BitMap.xml
@@ -25,8 +25,10 @@
</return>
<argument index="0" name="image" type="Image">
</argument>
+ <argument index="1" name="threshold" type="float" default="0.1">
+ </argument>
<description>
- Creates a bitmap that matches the given image dimensions, every element of the bitmap is set to false if the alpha value of the image at that position is 0, and true in other case.
+ Creates a bitmap that matches the given image dimensions, every element of the bitmap is set to false if the alpha value of the image at that position is equal to [code]threshold[/code] or less, and true in other case.
</description>
</method>
<method name="get_bit" qualifiers="const">