| Syntax |
|
| Documentation | The function "setDrawColor" sets the color used by the draw functions (possible values (optionally preceded by a light | dark): black | blue | cyan | gray |green | magenta | orange | ping | red | white | yellow or a hexadecimal rgb value in the form #RRGGBB).
|
| Examples | |
$setDrawColor{yellow} $fillRectangle{0}{0}{199}{199} Result: in the image with a width of 200/200; a yellow rectangle with the size 199/199 appears |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |