man aa_putpixel (Fonctions bibliothèques) - put pixel to emulated framebuffer

NAME

aa_putpixel - put pixel to emulated framebuffer

SYNOPSIS

#include <aalib.h> void aa_putpixel

(

aa_context *c,

int x,

int y,

int color

);

PARAMETERS

aa_context *c
Specifies the AA-lib context to operate on.
int x
X coordinate.
int y
Y coordinate.
int color
Palette index or brightness value (0..255).

DESCRIPTION

Put pixel to emulated framebuffer.

SEE ALSO