UO.GetPix

From OpenEUO
Revision as of 07:52, 5 October 2010 by 69.84.123.5 (Talk) (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 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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]])