| Syntax |
|
| Documentation | Creates an image with the given size: $createImage{width}{height}
height, the height of the image.
|
| Examples | |
Create an image with a size of (200, 200) as a black rectangle:
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |