get_pixel


Description:

public Color get_pixel (int x_coord, int y_coord)

Gets the value of the pixel at the specified coordinates.

This procedure gets the pixel value at the specified coordinates.

Parameters:

this

The drawable.

x_coord

The x coordinate.

y_coord

The y coordinate.

Returns:

The pixel color.