| Syntax |
|
| Documentation | Draws the pixel at the specified position:
y, the y coordinate of the pixel to be drawn.
|
| Examples | |
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} $setDrawColor{white} $drawPixel{50}{50} Result: in the image with a width of 200/200; a black rectangle with the size 199/199; at x=50/y=50 a white pixel appears |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |