Lua:getPixel
Revision as of 00:09, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved getPixel to Lua:getPixel)
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 |