Function FFSetPixel

FastFind

Function Reference

FFSetPixel

Changes the color of a pixel in a given SnapShot.

FFSetPixel ( x, y, Color [, NoSnapShot ] )

 

Parameters

x X coordinate of pixel.
y Y coordinate of pixel.
Color Color value to change the pixel to (in decimal or hex).
NoSnapShot [optional] SnapShot number. Default is the most recent SnapShot taken.

 

Return Value

Success: Returns 1
Failure: Returns 0 and sets @ERROR

 

Remarks

None.

 

Related

FFSnapShot, FFGetPixel, FFKeepColor, FFDrawSnapShot