X Media:getPixel
From GiderosMobile
Available since: Gideros 2016.1
Class: Media
Description
Returns r, g, b, a values of pixel at x,y coordinate (RGB are in range of 0 to 255, alpha is in range of 0 to 1).
Media:getPixel(x, y)
Parameters
x: (number) x pixel coordinate
y: (number) y pixel coordinate