Function FFGetPixel

FastFind

Function Reference

FFGetPixel

Returns the color value of a specified pixel in a SnapShot.

FFGetPixel ( x, y [, NoSnapShot ] )

 

Parameters

x X coordinate of pixel.
y Y coordinate of pixel.
NoSnapShot [optional] SnapShot number. Default is the most recent SnapShot taken.

 

Return Value

Success: Returns the color value of the pixel.
Failure: Returns -1 and sets @ERROR

 

Remarks

None.

 

Related

FFSnapShot, FFNearestPixel, FFNearestSpot