RenderTarget:getPixel

From GiderosMobile
Revision as of 03:15, 24 December 2020 by MoKaLux (talk | contribs) (remove language stuff)

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