Difference between revisions of "Lua:getPixel"

From Cheat Engine
Jump to navigation Jump to search
m (moved getPixel to Lua:getPixel)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 

Latest revision as of 00:09, 25 January 2018

function getPixel(x, y)

Returns the RGB value of the provided pixel in screen coordinates

Function Parameters[edit]

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[edit]