- - -
Funciones
- - - - - - - - - - - - - - - - - - - - draw_pixel - - - - -
| Constantes Variables
| - - - - - - -
|
|
draw_pixel ( 0.1a )
Descripción: 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:
 |
|