Bitmap.getPixelRGBA

Gets the RGBA color at position x, y as R, G, B, A ubyte array. (0, 0) is top left.

class Bitmap
ubyte[]
getPixelRGBA
(
int x
,
int y
)

Meta