|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| draw.ID.isEgual.ID(X, Y, Width, Height, ToX, ToY, TransparentColor) |
Parameters
| INT | X, Y, Width, Height | Area to compare in the first image.
| | INT | ToX, ToY | Position of the area to compare in the second image.
| | COLOR | TransparentColor | Transparent color in image two |
Return value
The color of the first pixel that does not match. NULL if the two images are identical. |
Description
Check if all the pixels in two images have the same red, green and blue levels and returns the color of the first different pixel, if any.
After the call of this function, the functions draw.isEgual.X and draw.isEgual.Y to retreive the position of the first different pixel. |
|
|
|