RenderTarget:getPixel

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2016.06
Class: RenderTarget

Description

Returns single pixels color and alpha channel.

(number), (number) = RenderTarget:getPixel(x,y)

Parameters

x: (number) x coordinate of pixel
y: (number) y coordinate of pixel

Return values

Returns (number) color in hex
Returns (number) alpha value from 0 to 1