Lua:getPixel
(Redirected from getPixel)
Jump to navigation
Jump to search
function getPixel(x, y)
Returns the RGB value of the provided pixel in screen coordinates
Parameter | Type | Description |
---|---|---|
x | Integer | The x coordinate to get the pixel of |
y | Integer | The y coordinate to get the pixel of |