Image.getPixel Method [AX 2012]

Retrieves the ARGB color value of the pixel at the point that is specified by the parameters.

public int getPixel(int x, int y)

Run On

Client

Parameters

x
Type: int
The horizontal coordinate of the pixel.
y
Type: int
The vertical coordinate of the pixel.

Return Value

Type: int
An integer that is the ARGB value of the pixel (a 32-bit representation of an RGB color).

Community Additions

ADD
Show: