[DOCS] Sync classref with current source

This commit is contained in:
Poommetee Ketson
2018-02-25 13:19:42 +07:00
parent bd3b958a25
commit eb63f7b071
18 changed files with 161 additions and 25 deletions

View File

@@ -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">