|
Draws an image on the canvas of a window, eventually combining the backgound of the canvas and the image with 1 special effect among 16.
- Parameters:
-
| win | the window owning the targeted canvas. |
| image | the image to draw on the canvas. |
| x,y | the position of tha anchor of the image on the canvas, that is, its top left corner. |
| fx | the special effect to apply, in the range from 0 to 15, see bx_effect for available effects. |
- Returns:
- nothing.
|