Difference between revisions of "Lua:getPixel"
Jump to navigation
Jump to search
(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…') |
m (moved getPixel to Lua:getPixel) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' getPixel(''x'', ''y'') | '''function''' getPixel(''x'', ''y'') | ||
| Line 19: | Line 20: | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
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 |