aa_image(3)
returns pointer to the framebuffer emulated by AA-lib.
SYNOPSIS
#include <aalib.h>
char *aa_image(aa_context *a);
PARAMETERS
- aa_context *a
-
Specifies the AA-lib context to operate on.
DESCRIPTION
The framebuffer is simple array of characters specifying
the brightness value (or palette index depending on the aa_render
call). The array is organizated in the aa_imgheight (a) rows of
aa_imgwidth(a) characters.
RETURNS
Pointer to framebuffer emulated by AA-lib.