| Syntax |
|
| Documentation | Function $drawGetPixel give back the color on a specified pixel.
|
| Examples | |
Create an image with a size of (200, 200) as a black rectangle and give back the color of pixel (50,50):
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} $drawGetPixel{50}{50} |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |