diff options
author | dumitru-stama <dumitru.stama@gmail.com> | 2017-07-15 09:40:52 -0700 |
---|---|---|
committer | dumitru-stama <dumitru.stama@gmail.com> | 2017-07-15 09:40:52 -0700 |
commit | 06831d50888cad3bddb4c520edfc735ad2aa97ba (patch) | |
tree | 86bc663cf500e40597f8cc5742ee725906da15f7 /doc | |
parent | 03425fe088d9d27d67f8553a287f3c678a542efe (diff) |
Added documentation for blit_rect_mask
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ea181bdb42..d6ee2ab0c5 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -19764,6 +19764,7 @@ <argument index="3" name="dst" type="Vector2"> </argument> <description> + Blits a "src_rect" [Rect2] from "src" [Image] to this [Image] using a "mask" [Image] on coordinates "dest". Alpha channel is required for "mask", will copy src pixel onto dest if the corresponding mask pixel's alpha value is not 0. "src" [Image] and "mask" [Image] *must* have the same size (width and height) but they can have different formats </description> </method> <method name="clear_mipmaps"> |