void draw_pixel ( float  x,
float  y,
u32  color 
)

Draw a single pixel to the screen

Example: Draw a single white pixel on the screen at 50x50
 drawPixel ( 50, 50, RGB(255,255,255));
Parameters:
x - Horizontal position.
y - Vertical position.
color - Color of the pixel.


Generated on Tue Mar 20 23:01:06 2007 for vLib by  doxygen 1.4.7