Function FFGetPixel

FastFind

Function Reference

FFComputeMeanValues

Gives mean Red, Green and Blue values, useful for detecting changed areas.

FFComputeMeanValues ( [ NoSnapShot ] )

 

Parameters

NoSnapShot [optional] SnapShot number. Default is the most recent SnapShot taken.

 

Return Value

Success: It returns an array with:
   [0]: Mean Red
   [1]: Mean Green
   [2]: Mean Blue
Failure:: Returns -1 and sets @ERROR

 

Remarks

None.

 

FFSnapShot