(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

LONG ReadPixelArray8 (rp , xstart , ystart , xstop , ystop , array , temprp )

LOCATION
In GfxBase at offset 130

SYNOPSIS
struct RastPort * rp
ULONG xstart
ULONG ystart
ULONG xstop
ULONG ystop
UBYTE * array
struct RastPort * temprp

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 nlorentz
Corrected function headers
28.01.1999 nlorentz
Some new functions, not tested yet