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.

RELATED TO aa_putpixel…