Lua:getPixel

From Cheat Engine
Revision as of 11:40, 2 March 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' getPixel(''x'', ''y'') Returns the RGB value of the provided pixel in screen coordinates ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding="5…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function getPixel(x, y)

Returns the RGB value of the provided pixel in screen coordinates

Function Parameters

Parameter Type Description
x Integer The x coordinate to get the pixel of
y Integer The y coordinate to get the pixel of


See also