[Previous] [Contents] [Next]

my_getpixel()

get a pixel in native printer coordinates

Synopsis:

unsigned long my_getpixel( int x, int y );

Description:

This function gets the color of the pixel at the given location.


Note: The location is specified in native printer coordinates.

Returns:

The color of the pixel.

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]