Main Page
Modules
Data Structures
Files
S
earch for
Shape
draw_fill_grad_rect
draw_fill_rect
draw_grad_line
draw_grad_rect
draw_line
draw_pixel
draw_rect
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
1.4.7