| Syntax |
|
| Documentation | Function $drawGetImagePalette give back the color palette are used on the image you´ve created with $createImage
|
| Examples | |
Create an image with a size of (200, 200) as a black rectangle and give back the used colors on image:
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} $drawGetImagePalette{} |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |