- - -
Functions
- - - - - - - - - - - - - - - - - - - - draw_pixel - - - - -
| Constants Variables
| - - - - - - -
|
|
draw_pixel ( 0.1a )
Description: void draw_pixel ( BITMAP bitmap, int x, int y, int color )
bitmap | - Bitmap | x | - x | y | - y | color | - color |
Dibuja un pixel de un color dado y en la posición (x, y) sobre el bitmap.
Pixels a escala de grises:
|
|