RenderTarget:getPixel
From GiderosMobile
Available since: Gideros 2016.06
Description
Returns single pixels color and alpha channel
(number) (number), = RenderTarget:getPixel(xy,)
'x: (number) x coordinate of pixel '
'y: (number) y coordinate of pixel '
Returns (number) color in hex
Returns (number) alpha value from 0 to 1