Std graphics pixmap getpixelargb
std:std.graphics.Pixmap.GetPixelARGB
Method GetPixelARGB:UInt( x:Int,y:Int )#
Gets the ARGB color of a pixel.
Get the pixel at x, y and returns it in ARGB format.
| Parameters | |
|---|---|
x |
x the x coordinate of the pixel. |
y |
y the y coordinate of the pixel. |