RenderTarget:getPixels

From GiderosMobile
Revision as of 03:16, 24 December 2020 by MoKaLux (talk | contribs) (remove language stuff)
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 buffer containing color and alpha data from provided rectangle.

(buffer) = RenderTarget:getPixels(x,y,w,h)

Parameters

x: (number) x coordinate of pixel
y: (number) y coordinate of pixel
w: (number) width of rectangle to include in buffer
h: (number) height of rectangle to include in buffer

Return values

Returns (buffer) buffer with color and alpha data