Difference between revisions of "Lua:getPixel"
Jump to navigation
Jump to search
| Line 20: | Line 20: | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
Revision as of 21:59, 19 March 2017
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 |