Difference between revisions of "UO.GetPix"

From OpenEUO
Jump to: navigation, search
(Created page with "'''EUOX Equivelent:''' SavePix http://wiki.easyuo.com/index.php/SavePix '''Synopsis:''' nPix = UO.GetPix(nX,nY) '''Definition:''' saves the color value of the pixel given ...")
(No difference)

Revision as of 07:52, 5 October 2010

EUOX Equivelent: SavePix [[1]]

Synopsis: nPix = UO.GetPix(nX,nY)

Definition: saves the color value of the pixel given by the coordinate parameters

Example:

local a = UO.GetPix(400,400) 
print("pixel color at 400x 400y is " .. a)

(Original Source: Swift74d[[2]])